FHIR IG analytics| Package | com.e-medlab.healthsense |
| Resource Type | Observation |
| Id | Observation-weight-self-reported.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation weight-self-reported
Profile: Vital Sign - Body Weight
status: Final
category: Vital Signs
code: Body weight
subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)
effective: 2021-11-30
performer: Organization East Tallinn Central Hospital
value: 95 kg (Details: UCUM codekg = 'kg')
method: Self reported
{
"resourceType": "Observation",
"id": "weight-self-reported",
"meta": {
"profile": [
"https://healthsense.e-medlab.com/StructureDefinition/hs-observation-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"
},
{
"system": "http://snomed.info/sct",
"code": "27113001"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"effectiveDateTime": "2021-11-30",
"performer": [
{
"reference": "Organization/org1"
}
],
"valueQuantity": {
"value": 95,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1156040003",
"display": "Self reported"
}
]
}
}