FHIR IG analytics| Package | ch.fhir.ig.ch-etoc |
| 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 eTOC Body Weight Observation
status: Final
category: Vital Signs
code: Body weight
subject: Susanna Ufferer (official) Female, DoB: 1970-03-14
effective: 2019-04-01
value: 99 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "BodyWeight",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-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"
}
]
},
"subject": {
"reference": "Patient/SUfferer"
},
"effectiveDateTime": "2019-04-01",
"valueQuantity": {
"value": 99,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}