FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-VitalSignExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation VitalSignExample1
Profile: Vital Sign
identifier: ProtectChildVitalSignId/VS-001
status: Final
category: Vital Signs
code: Vital signs panel
effective: 2023-09-15
component
code: Systolic blood pressure
value: 118 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 75 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Heart rate
value: 72 bpm (Details: UCUM code/min = '/min')
component
code: Body temperature
value: 36.7 °C (Details: UCUM codeCel = 'Cel')
component
code: Body mass index (BMI) [Ratio]
value: 17.4 kg/m² (Details: UCUM codekg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "VitalSignExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/vital-sign"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/vital-sign-id",
"value": "VS-001"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vital-sign-local-cs",
"code": "vital-signs-panel",
"display": "Vital signs panel"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"encounter": {
"reference": "Encounter/VisitExample1"
},
"effectiveDateTime": "2023-09-15",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 118,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 75,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
}
]
},
"valueQuantity": {
"value": 72,
"unit": "bpm",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
]
},
"valueQuantity": {
"value": 36.7,
"unit": "°C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
]
},
"valueQuantity": {
"value": 17.4,
"unit": "kg/m²",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}
]
}