FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
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:id [ fhir:v "krcore-observation-labresult-example-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult"^^xsd:anyURI ;
       fhir:link <https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"krcore-observation-labresult-example-01\"> </a><a name=\"hckrcore-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/5.5.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 style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</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:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "laboratory" ] ;
       fhir:display [ fhir:v "Laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "https://hira.or.kr/CodeSystem/lab-result-code"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "FZ811" ] ;
       fhir:display [ fhir:v "연속혈당측정검사" ]
     ] ) ;
     fhir:text [ fhir:v "연속혈당측정검사" ]
  ] ; # 
  fhir:subject [
     fhir:reference [ fhir:v "Patient/ch-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-01-01"^^xsd:date] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "76.0"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "mg/dL" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
  ] ; # 
  fhir:referenceRange ( [
     fhir:low [
       fhir:value [ fhir:v "40.0"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mg/dL" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mg/dL" ]
     ] ;
     fhir:high [
       fhir:value [ fhir:v "109.0"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mg/dL" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mg/dL" ]
     ]
  ] )] . # 

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


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.