Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "visualacuity-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-visualacuity-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation visualacuity-01</b></p><a name=\"visualacuity-01\"> </a><a name=\"hcvisualacuity-01\"> </a><a name=\"visualacuity-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span>, <span title=\"Codes:\">Vision</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251739003}\">Distance visual acuity</span></p><p><b>subject</b>: child</p><p><b>effective</b>: 2022-02-01 22:05:00+0000</p><p><b>value</b>: 6 m<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem = 'm')</span>/12 m<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem = 'm')</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 362508001}\">Both eyes, entire</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam"
}
]
},
{
"text" : "Vision"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "251739003"
}
],
"text" : "Distance visual acuity"
},
"subject" : {
"display" : "child"
},
"effectiveDateTime" : "2022-02-01T22:05:00Z",
"valueRatio" : {
"numerator" : {
"value" : 6,
"system" : "http://unitsofmeasure.org",
"code" : "m"
},
"denominator" : {
"value" : 12,
"system" : "http://unitsofmeasure.org",
"code" : "m"
}
},
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "362508001"
}
],
"text" : "Both eyes, entire"
}
}