FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Observation |
| Id | Observation-ex-weight-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-weight-2
Profile: Observation Body Weight Profile
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), normal (Details: Confidentiality code N = 'normal')
status: Final
category: Vital Signs
code: body weight
subject: Jack Smith Male, DoB: 1923-07-25
encounter: Encounter: status = finished; class = home health (ActCode#HH)
effective: 2016-03-28
performer: Practitioner: telecom = Author@example.com
value: 280 pounds (Details: UCUM code[lb_av] = '[lb_av]')
note:
a bit heavy, about 280 lbs
{
"resourceType": "Observation",
"id": "ex-weight-2",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bodyweight"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
],
"text": "body weight"
},
"subject": {
"reference": "Patient/ex-patient"
},
"encounter": {
"reference": "Encounter/ex-encounter"
},
"effectiveDateTime": "2016-03-28",
"performer": [
{
"reference": "Practitioner/ex-author"
}
],
"valueQuantity": {
"value": 280,
"unit": "pounds",
"system": "http://unitsofmeasure.org",
"code": "[lb_av]"
},
"note": [
{
"text": "a bit heavy, about 280 lbs"
}
]
}