FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | Observation |
| Id | Observation-chf-scenario1-bodyweight1-observation.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation chf-scenario1-bodyweight1-observation
CPG Instantiates Case Feature Extension: CHF Body Weight
CPG Case Feature Type Extension: asserted
status: Final
category: Vital Signs
code: Body weight
subject: Patterson, Jeremy Male, DoB: 1949-03-17
effective: 2019-01-31 07:00:00+0000
issued: 2019-01-31 07:00:00+0000
performer: PractitionerRole Specialist medical practitioner
value: 96 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "chf-scenario1-bodyweight1-observation",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-bodyweight"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-instantiatesCaseFeature",
"valueCanonical": "http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-bodyweight"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeatureType",
"valueCode": "asserted"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
]
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"encounter": {
"reference": "Encounter/chf-scenario1-encounter"
},
"effectiveDateTime": "2019-01-31T07:00:00Z",
"issued": "2019-01-31T07:00:00Z",
"performer": [
{
"reference": "PractitionerRole/chf-scenario1-practitionerrole"
}
],
"valueQuantity": {
"value": 96,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}