@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/Task/54aad964-ad8a-4985-8ff1-3b09d707ee1e> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "54aad964-ad8a-4985-8ff1-3b09d707ee1e"] ; # 
  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: Task 54aad964-ad8a-4985-8ff1-3b09d707ee1e</b></p><a name=\"54aad964-ad8a-4985-8ff1-3b09d707ee1e\"> </a><a name=\"hc54aad964-ad8a-4985-8ff1-3b09d707ee1e\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs propose-diagnosis}\">Propose a diagnosis</span></p><p><b>for</b>: <a href=\"Patient-30551ce1-5a28-4356-b684-3e639094ad48.html\"> Male, DoB Unknown</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs propose-diagnosis}\">Propose a diagnosis</span></td><td><a href=\"Condition-b90ca57a-1ae5-4ff6-8dce-48488660ea65.html\">Condition Ataxia, post head trauma</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs>
       ] ;
       fhir:code [ fhir:v "propose-diagnosis" ] ;
       fhir:display [ fhir:v "Propose a diagnosis" ]
     ] )
  ] ; # 
  fhir:for [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/Patient/30551ce1-5a28-4356-b684-3e639094ad48> ;
     fhir:reference [ fhir:v "Patient/30551ce1-5a28-4356-b684-3e639094ad48" ]
  ] ; # 
  fhir:input ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs>
         ] ;
         fhir:code [ fhir:v "propose-diagnosis" ] ;
         fhir:display [ fhir:v "Propose a diagnosis" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/Condition/b90ca57a-1ae5-4ff6-8dce-48488660ea65> ;
       fhir:reference [ fhir:v "Condition/b90ca57a-1ae5-4ff6-8dce-48488660ea65" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

