FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-MCCweight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation MCCweight
version: 2; Last updated: 2022-05-19 22:28:38+0000;
Information Source: #PFPwMgIoicORI1Kp
Profile: US Core Body Weight Profile
status: Final
category: Vital Signs
code: weight
subject: Patricia Noelle
encounter: GP Visit
effective: 1999-07-02
performer: Practitioner Henry Levin
value: 165 Pounds (Details: UCUM code[lb_av] = '[lb_av]')
{
"resourceType": "Observation",
"id": "MCCweight",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Weight Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a weight example for the *Vitalsigns Profile*."
}
],
"versionId": "2",
"lastUpdated": "2022-05-19T22:28:38.017+00:00",
"source": "#PFPwMgIoicORI1Kp",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight"
]
},
"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"
}
],
"text": "weight"
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "1999-07-02",
"performer": [
{
"reference": "Practitioner/practitionerMCC-1"
}
],
"valueQuantity": {
"value": 165,
"unit": "Pounds",
"system": "http://unitsofmeasure.org",
"code": "[lb_av]"
}
}