FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | Observation |
| Id | Observation-chf-scenario1-bodyweight-change1-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-bodyweight-change1-observation
CPG Instantiates Case Feature Extension: CHF Body Weight Change
CPG Case Feature Type Extension: inferred
status: Final
category: Vital Signs
code: Body weight change
subject: Patterson, Jeremy Male, DoB: 1949-03-17
effective: 2019-02-01 07:00:00+0000
issued: 2019-02-01 07:00:00+0000
performer: PractitionerRole Specialist medical practitioner
value: -1.4 kg/d (Details: UCUM codekg/d = 'kg/d')
{
"resourceType": "Observation",
"id": "chf-scenario1-bodyweight-change1-observation",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-bodyweight-change"
]
},
"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-change"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeatureType",
"valueCode": "inferred"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "body-weight-change"
}
]
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"encounter": {
"reference": "Encounter/chf-scenario1-encounter"
},
"effectiveDateTime": "2019-02-01T07:00:00Z",
"issued": "2019-02-01T07:00:00Z",
"performer": [
{
"reference": "PractitionerRole/chf-scenario1-practitionerrole"
}
],
"valueQuantity": {
"value": -1.4,
"unit": "kg/d",
"system": "http://unitsofmeasure.org",
"code": "kg/d"
}
}