Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example Observation/krcore-observation-labresult-example-01 (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

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

Observation example demonstrating internationalization (Korean)

@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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "krcore-observation-labresult-example-01"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult";
       fhir:index 0;
       fhir:link <https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult>
     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"krcore-observation-labresult-example-01\"> </a></p><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\">Resource Observation &quot;krcore-observation-labresult-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <code>https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult</code></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 연속혈당측정검사 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (lab-result-code#FZ811)</span></p><p><b>subject</b>: <a href=\"patient-example-chinese.html\">Patient/ch-example</a> &quot;张无忌&quot;</p><p><b>effective</b>: 2021-01-01</p><p><b>value</b>: 76.0 mg/dL</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>40.0 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>109.0 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td></tr></table></div>"
  ]; # 
  fhir:Observation.status [ fhir:value "final"]; # 
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ];
       fhir:Coding.display [ fhir:value "Laboratory" ]
     ]
  ]; # 
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://hira.or.kr/CodeSystem/lab-result-code" ];
       fhir:Coding.code [ fhir:value "FZ811" ];
       fhir:Coding.display [ fhir:value "연속혈당측정검사" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "연속혈당측정검사" ]
  ]; # 
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/ch-example" ]
  ]; # 
  fhir:Observation.effectiveDateTime [ fhir:value "2021-01-01"^^xsd:date]; # 
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "76.0"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "mg/dL" ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]
  ]; # 
  fhir:Observation.referenceRange [
     fhir:index 0;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "40.0"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mg/dL" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mg/dL" ]
     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "109.0"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mg/dL" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mg/dL" ]
     ]
  ]] . # 

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

[a owl:Ontology;
  owl:imports fhir:fhir.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.