Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Condition-example-f203-sepsis.ttl

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification)

Real-word condition example (sepsis)

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Condition/f203> a fhir:Condition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "f203"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span>Active</span></p><p><b>verificationStatus</b>: <span>Confirmed</span></p><p><b>category</b>: <span>Problem</span></p><p><b>severity</b>: <span>Moderate to severe</span></p><p><b>code</b>: <span>Bacterial sepsis</span></p><p><b>bodySite</b>: <span>Pulmonary vascular structure</span></p><p><b>subject</b>: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></p><p><b>encounter</b>: <a>Roel's encounter on March elevanth. Generated Summary: id: Encounter_Roel_20130311 (TEMP); status: finished; <span>inpatient encounter</span>; <span>Inpatient stay for nine days</span>; <span>High priority</span>; period: 2013-03-11 --&gt; 2013-03-20; <span>The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy.</span></a></p><p><b>onset</b>: 2013-03-08</p><p><b>recordedDate</b>: 2013-03-11</p><p><b>asserter</b>: <a>Generated Summary: UZI-nummer: 12345678901 (OFFICIAL); active; Dokter Bronsig(OFFICIAL); Phone: +31715269111; gender: male; birthDate: 1956-12-24</a></p><h3>Evidences</h3><table><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a>Diagnostic report for Roel's sepsis. Generated Summary: type: collection</a></td></tr></table></div>"
  ];
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ];
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ];
  fhir:Condition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:55607006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "55607006" ];
       fhir:Coding.display [ fhir:value "Problem" ]
     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
       fhir:Coding.code [ fhir:value "problem-list-item" ]
     ]
  ];
  fhir:Condition.severity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:371924009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "371924009" ];
       fhir:Coding.display [ fhir:value "Moderate to severe" ]
     ]
  ];
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:10001005;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "10001005" ];
       fhir:Coding.display [ fhir:value "Bacterial sepsis" ]
     ]
  ];
  fhir:Condition.bodySite [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:281158006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "281158006" ];
       fhir:Coding.display [ fhir:value "Pulmonary vascular structure" ]
     ]
  ];
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/f201>;
     fhir:Reference.reference [ fhir:value "Patient/f201" ];
     fhir:Reference.display [ fhir:value "Roel" ]
  ];
  fhir:Condition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/f203>;
     fhir:Reference.reference [ fhir:value "Encounter/f203" ];
     fhir:Reference.display [ fhir:value "Roel's encounter on March elevanth" ]
  ];
  fhir:Condition.onsetDateTime [ fhir:value "2013-03-08"^^xsd:date];
  fhir:Condition.recordedDate [ fhir:value "2013-03-11"^^xsd:date];
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/Practitioner/f201>;
     fhir:Reference.reference [ fhir:value "Practitioner/f201" ]
  ];
  fhir:Condition.evidence [
     fhir:index 0;
     fhir:Condition.evidence.detail [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/DiagnosticReport/f202>;
       fhir:Reference.reference [ fhir:value "DiagnosticReport/f202" ];
       fhir:Reference.display [ fhir:value "Diagnostic report for Roel's sepsis" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f201> a fhir:Patient .

<http://hl7.org/fhir/Encounter/f203> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/f201> a fhir:Practitioner .

<http://hl7.org/fhir/DiagnosticReport/f202> a fhir:DiagnosticReport .

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

<http://hl7.org/fhir/Condition/f203.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Condition/f203.ttl> .

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


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.