FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-vitals-panel.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: vitals-panel
meta:
status: final
category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})
code: Vital signs panel (respiratory rate, heart rate, blood pressure) (Details : {LOINC code '8716-3' = 'Vital signs', given as 'Vital signs'})
encounter: Generated Summary: id: 691; status: in-progress; class: inpatient
effective: 02/07/1999
related
type: has-member
related
type: has-member
related
type: has-member
{
"resourceType": "Observation",
"id": "vitals-panel",
"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": "8716-3",
"display": "Vital signs"
}
],
"text": "Vital signs panel (respiratory rate, heart rate, blood pressure)"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/691"
},
"effectiveDateTime": "1999-07-02",
"related": [
{
"type": "has-member",
"target": {
"reference": "Observation/respiratory-rate",
"display": "Respiratory Rate"
}
},
{
"type": "has-member",
"target": {
"reference": "Observation/heart-rate",
"display": "Heart Rate"
}
},
{
"type": "has-member",
"target": {
"reference": "Observation/blood-pressure",
"display": "Blood Pressure"
}
}
]
}