FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

Condition - Pia's surgery recovery - TTL Representation

(back to description)

Raw ttl

Source view

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

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

 a fhir:Condition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pia-postop"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pia-postop</p><p><b>code</b>: Post-op recovery... <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'xxxxxxxxxx' = 'xxxxxxxxxx)</span></p><p><b>subject</b>: <a href=\"Condition-pia-postop.html\">Pia. Generated Summary: id: pia; Pia ; gender: female</a></p></div>"
  ];
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "xxxxxxxxxx" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Post-op recovery..." ]
  ];
  fhir:Condition.subject [
     fhir:Reference.reference [ fhir:value "Patient/pia" ];
     fhir:Reference.display [ fhir:value "Pia" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.