FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-bodytemp-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation bodytemp-1
Profile: AU Core Body Temperature
status: Final
category: Vital Signs
code: Body temperature
subject: Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)
effective: 2022-02-10
value: 36.5 C (Details: UCUM codeCel = 'Cel')
{
"resourceType": "Observation",
"id": "bodytemp-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodytemp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
},
{
"system": "http://snomed.info/sct",
"code": "386725007"
}
],
"text": "Body temperature"
},
"subject": {
"reference": "Patient/bennelong-anne"
},
"effectiveDateTime": "2022-02-10",
"valueQuantity": {
"value": 36.5,
"unit": "C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}