FHIR IG analytics| Package | ch.fhir.ig.ch-rad-order |
| Resource Type | Observation |
| Id | Observation-BodyWeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BodyWeight
Profile: CH RAD-Order Body Weight Observation
status: Final
category: Vital Signs
code: Body weight
subject: Susanna Ufferer (official) Female, DoB: 1945-03-14
effective: 2019-04-01 10:10:00+0000
value: 99 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "BodyWeight",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-bodyweight-observation"
]
},
"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",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/PatSUfferer"
},
"effectiveDateTime": "2019-04-01T10:10:00.000+00:00",
"valueQuantity": {
"value": 99,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}