0.1.0 - ci-build
mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExampleObservation",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/ObservationProfile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservation</b></p><a name=\"ExampleObservation\"> </a><a name=\"hcExampleObservation\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationProfile.html\">ObservationProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/observations</code>/OBS-78901</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Body temperature</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>effective</b>: 2025-03-12 08:30:00+0000</p><p><b>issued</b>: 2025-03-12 09:00:00+0000</p><p><b>value</b>: 37.5 Celsius<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Oral cavity structure</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 89003005}\">Thermometry</span></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>36.1 Celsius</td><td>37.2 Celsius</td></tr></table><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 8327-9}\">Oral temperature</span></td><td>37.5 Celsius</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://hospital.org/observations",
"value" : "OBS-78901"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8310-5",
"display" : "Body temperature"
}
]
},
"subject" : {
"reference" : "Patient/example"
},
"effectiveDateTime" : "2025-03-12T08:30:00Z",
"issued" : "2025-03-12T09:00:00Z",
"valueQuantity" : {
"value" : 37.5,
"unit" : "Celsius",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "H",
"display" : "High"
}
]
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368209003",
"display" : "Oral cavity structure"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "89003005",
"display" : "Thermometry"
}
]
},
"referenceRange" : [
{
"low" : {
"value" : 36.1,
"unit" : "Celsius"
},
"high" : {
"value" : 37.2,
"unit" : "Celsius"
}
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8327-9",
"display" : "Oral temperature"
}
]
},
"valueQuantity" : {
"value" : 37.5,
"unit" : "Celsius"
}
}
]
}