This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw JSON (canonical form + also see JSON Format Specification)
Observation example demonstrating internationalization (Korean)
{ "resourceType": "Observation", "id": "krcore-observation-labresult-example-01", "meta": { "profile": [ "https://example.org/fhir/krcore/StructureDefinition/krcore-observation-labresult" ] }, "text": { "status": "generated", "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 "krcore-observation-labresult-example-01" </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/3.1.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> "张无忌"</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>" }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory", "display": "Laboratory" } ] } ], "code": { "coding": [ { "system": "https://hira.or.kr/CodeSystem/lab-result-code", "code": "FZ811", "display": "연속혈당측정검사" } ], "text": "연속혈당측정검사" }, "subject": { "reference": "Patient/ch-example" }, "effectiveDateTime": "2021-01-01", "valueQuantity": { "value": 76.0, "unit": "mg/dL", "system": "http://unitsofmeasure.org" }, "referenceRange": [ { "low": { "value": 40.0, "unit": "mg/dL", "system": "http://unitsofmeasure.org", "code": "mg/dL" }, "high": { "value": 109.0, "unit": "mg/dL", "system": "http://unitsofmeasure.org", "code": "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.