FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-length.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: length
meta:
status: final
category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})
code: length (Details : {LOINC code '8306-3' = 'Body height --lying', given as 'Body height--lying'})
encounter: Generated Summary: id: 691; status: in-progress; class: inpatient
effective: 02/07/1999
value: 25 cm (Details: UCUM code cm = 'cm')
{
"resourceType": "Observation",
"id": "length",
"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": "8306-3",
"display": "Body height--lying"
}
],
"text": "length"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/691"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 25,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}