FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4b |
| Resource Type | Observation |
| Id | Observation-VitalSignsExample1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation VitalSignsExample1
Profile: IPA-Observation
status: Final
category: Vital Signs
code: Weight
subject: Meiko Lufhir
effective: 2019-09-05 20:00:00+0000
issued: 2019-09-05 20:49:27+0000
performer: Marty Seeger, MD
value: 50 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "VitalSignsExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"
]
},
"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": "29463-7",
"display": "Body weight"
},
{
"system": "http://loinc.org",
"code": "3141-9",
"display": "Body weight Measured"
},
{
"system": "http://loinc.org",
"code": "8716-3",
"display": "Vital signs"
}
],
"text": "Weight"
},
"subject": {
"reference": "Patient/PatientExample1",
"display": "Meiko Lufhir"
},
"effectiveDateTime": "2019-09-05T20:00:00Z",
"issued": "2019-09-05T20:49:27Z",
"performer": [
{
"reference": "Practitioner/PractitionerExample1",
"display": "Marty Seeger, MD"
}
],
"valueQuantity": {
"value": 50,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}