FHIR IG analytics| Package | de.bbmri.fhir |
| Resource Type | Observation |
| Id | Observation-0-body-weight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: 0-body-weight
meta:
category: Vital Signs
code: Body weight
subject: Generated Summary: id: 0; gender: male; birthDate: 1989-11-18; deceased: Jan 27, 2009, 12:00:00 AM
effective: Jun 17, 2005, 12:00:00 AM
value: 144.67073319145982 kg
{
"resourceType": "Observation",
"id": "0-body-weight",
"meta": {
"profile": [
"https://fhir.bbmri.de/StructureDefinition/BodyWeight"
]
},
"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/0"
},
"effectiveDateTime": "2005-06-17",
"valueQuantity": {
"value": 144.67073319145982,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}