FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-weight-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation weight-example-1
status: Final
category: Vital Signs
code: Body Weight
subject: James Wolff
effective: 2024-02-01
performer: Dr. Doc Family
value: 81.65 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "weight-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight|6.1.0"
]
},
"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": "Body Weight"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Practitioner/pcp-provider-example-1",
"display": "Dr. Doc Family"
}
],
"valueQuantity": {
"value": 81.65,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}