FHIR IG analytics| Package | hl7.fhir.us.ccda.r4b |
| Resource Type | Observation |
| Id | Observation-observation-vitals-temp.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-vitals-temp
version: 6; Last updated: 2020-08-12 21:30:21+0000;
Information Source: #csn482LCsnDWyxbW
Profile: Vital Signs Profile
status: Final
category: Vital Signs
code: temperature
subject: Amy Shaw
effective: 1999-07-02
value: 36.55556 Cel (Details: UCUM codeCel = 'Cel')
{
"resourceType": "Observation",
"id": "observation-vitals-temp",
"meta": {
"versionId": "6",
"lastUpdated": "2020-08-12T21:30:21.122+00:00",
"source": "#csn482LCsnDWyxbW",
"profile": [
"http://hl7.org/fhir/StructureDefinition/vitalsigns"
]
},
"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"
}
],
"text": "temperature"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 36.55556,
"unit": "Cel",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}