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-f201-fever.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 (fever)

@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/f201> a fhir:Condition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "f201"];
  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>identifier</b>: id: 12345</p><p><b>clinicalStatus</b>: <span>Resolved</span></p><p><b>verificationStatus</b>: <span>Confirmed</span></p><p><b>category</b>: <span>Problem</span></p><p><b>severity</b>: <span>Mild</span></p><p><b>code</b>: <span>Fever</span></p><p><b>bodySite</b>: <span>Entire body as a whole</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>Generated Summary: id: Encounter_Roel_20130404 (TEMP); status: finished; <span>ambulatory</span>; <span>Consultation</span>; <span>Normal</span>; <span>The patient had fever peaks over the last couple of days. He is worried about these peaks.</span></a></p><p><b>onset</b>: 2013-04-02</p><p><b>abatement</b>: around April 9, 2013</p><p><b>recordedDate</b>: 2013-04-04</p><p><b>recorder</b>: <a>Generated Summary: UZI-nummer: 12345678901 (OFFICIAL); active; Dokter Bronsig(OFFICIAL); Phone: +31715269111; gender: male; birthDate: 1956-12-24</a></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>Code</b></td><td><b>Detail</b></td></tr><tr><td>*</td><td><span>degrees C</span></td><td><a>Temperature. Generated Summary: status: entered-in-error; <span>Vital Signs</span>; <span>Temperature</span>; issued: 4 Apr. 2013, 11:27:00 pm; 39 degrees C; <span>High</span>; <span>Oral cavity</span>; <span>Oral temperature taking</span></a></td></tr></table></div>"
  ];
  fhir:Condition.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  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 "resolved" ]
     ]
  ];
  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:255604002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "255604002" ];
       fhir:Coding.display [ fhir:value "Mild" ]
     ]
  ];
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:386661006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "386661006" ];
       fhir:Coding.display [ fhir:value "Fever" ]
     ]
  ];
  fhir:Condition.bodySite [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:38266002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "38266002" ];
       fhir:Coding.display [ fhir:value "Entire body as a whole" ]
     ]
  ];
  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/f201>;
     fhir:Reference.reference [ fhir:value "Encounter/f201" ]
  ];
  fhir:Condition.onsetDateTime [ fhir:value "2013-04-02"^^xsd:date];
  fhir:Condition.abatementString [ fhir:value "around April 9, 2013"];
  fhir:Condition.recordedDate [ fhir:value "2013-04-04"^^xsd:date];
  fhir:Condition.recorder [
     fhir:link <http://hl7.org/fhir/Practitioner/f201>;
     fhir:Reference.reference [ fhir:value "Practitioner/f201" ]
  ];
  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.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:258710007;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "258710007" ];
         fhir:Coding.display [ fhir:value "degrees C" ]
       ]
     ];
     fhir:Condition.evidence.detail [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Observation/f202>;
       fhir:Reference.reference [ fhir:value "Observation/f202" ];
       fhir:Reference.display [ fhir:value "Temperature" ]
     ]
  ] .

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

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

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

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

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

<http://hl7.org/fhir/Condition/f201.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Condition/f201.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.