@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/pss/RequestGroup/26491cef-c5c7-4c5f-b10b-839e938f6b3c> a fhir:RequestGroup ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "26491cef-c5c7-4c5f-b10b-839e938f6b3c"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup 26491cef-c5c7-4c5f-b10b-839e938f6b3c</b></p><a name=\"26491cef-c5c7-4c5f-b10b-839e938f6b3c\"> </a><a name=\"hc26491cef-c5c7-4c5f-b10b-839e938f6b3c\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><blockquote><p><b>action</b></p><p><b>selectionBehavior</b>: At Most One</p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Title</b></td><td><b>TextEquivalent</b></td><td><b>Code</b></td><td><b>Resource</b></td></tr><tr><td style=\"display: none\">*</td><td>Toegang geweigerd</td><td>U hebt (nog) geen toestemming gegeven voor het gebruik van het systeem. Gelieve eerst akkoord te gaan met de gebruiksvoorwaarden.</td><td><span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/pss-exception-codes no-consent-found}\">User Consent not found</span></td><td><a href=\"Task-26491cef-c5c7-4c5f-b10b-839e938f6b3d.html\">Task Collect information</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:action ( [
     fhir:selectionBehavior [ fhir:v "at-most-one" ] ;
     fhir:action ( [
       fhir:title [
         fhir:v "Toegang geweigerd" ;
         fhir:extension ( [
           fhir:extension ( [
             fhir:url [
               fhir:v "lang"^^xsd:anyURI ;
               fhir:l fhir:lang
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "fr-BE"
             ]
           ] [
             fhir:url [
               fhir:v "content"^^xsd:anyURI ;
               fhir:l fhir:content
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Accès refusé"
             ]
           ] ) ;
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/translation>
           ]
         ] )
       ] ;
       fhir:textEquivalent [
         fhir:v "U hebt (nog) geen toestemming gegeven voor het gebruik van het systeem. Gelieve eerst akkoord te gaan met de gebruiksvoorwaarden." ;
         fhir:extension ( [
           fhir:extension ( [
             fhir:url [
               fhir:v "lang"^^xsd:anyURI ;
               fhir:l fhir:lang
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "fr-BE"
             ]
           ] [
             fhir:url [
               fhir:v "content"^^xsd:anyURI ;
               fhir:l fhir:content
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Vous n'avez pas (encore) donné votre consentement pour l'utilisation du système. Veuillez d'abord accepter les conditions d'utilisation."
             ]
           ] ) ;
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/translation>
           ]
         ] )
       ] ;
       fhir:code ( [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/pss-exception-codes"^^xsd:anyURI ;
             fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/pss-exception-codes>
           ] ;
           fhir:code [ fhir:v "no-consent-found" ]
         ] )
       ] ) ;
       fhir:resource [
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/Task/26491cef-c5c7-4c5f-b10b-839e938f6b3d> ;
         fhir:reference [ fhir:v "Task/26491cef-c5c7-4c5f-b10b-839e938f6b3d" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

