FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-temperature.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: temperature
meta:
status: final
category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})
code: temperature (Details : {LOINC code '8310-5' = 'Body temperature', given as 'temperature'})
encounter: Generated Summary: id: 691; status: in-progress; class: inpatient
effective: 02/07/1999
value: 36.55556 Cel (Details: UCUM code Cel = 'Cel')
{
"resourceType": "Observation",
"id": "temperature",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-vitalsigns"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "temperature"
}
],
"text": "temperature"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/691"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 36.55556,
"unit": "Cel",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}