@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/no-response-group> a fhir:RequestGroup ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "no-response-group"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseRequestGroup"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseRequestGroup>
     ] )
  ] ; # 
  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 no-response-group</b></p><a name=\"no-response-group\"> </a><a name=\"hcno-response-group\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PSSResponseRequestGroup.html\">PSS Response Request Group</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><blockquote><p><b>action</b></p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Title</b></td><td><b>Code</b></td><td><b>Resource</b></td></tr><tr><td style=\"display: none\">*</td><td>PSS niet geactiveerd</td><td><span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/pss-exception-codes guidance-unavailable}\">Guidance unavailable</span></td><td><a href=\"CommunicationRequest-1e6c8c0a-9f7f-4f65-bc16-3a7a5e7b29c2.html\">CommunicationRequest: status = active</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:action ( [
     fhir:action ( [
       fhir:title [
         fhir:v "PSS niet geactiveerd" ;
         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 "PSS non activé"
             ]
           ] ) ;
           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 "guidance-unavailable" ]
         ] )
       ] ) ;
       fhir:resource [
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/CommunicationRequest/1e6c8c0a-9f7f-4f65-bc16-3a7a5e7b29c2> ;
         fhir:reference [ fhir:v "CommunicationRequest/1e6c8c0a-9f7f-4f65-bc16-3a7a5e7b29c2" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

