FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | Observation |
| Id | Observation-chf-scenario1-jvp1.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-jvp1
CPG Instantiates Case Feature Extension: CHF Jugular Venous Pressure
CPG Case Feature Type Extension: asserted
status: Final
category: Vital Signs
code: Jugular venous pressure
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: 9.1 cmH2O (Details: UCUM codecm[H2O] = 'cm[H2O]')
{
"resourceType": "Observation",
"id": "chf-scenario1-jvp1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-jvp"
]
},
"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-jvp"
},
{
"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://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "jvp"
}
]
},
"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": 9.1,
"unit": "cmH2O",
"system": "http://unitsofmeasure.org",
"code": "cm[H2O]"
}
}