FHIR IG analytics| Package | ehealth4u.package |
| Resource Type | Observation |
| Id | CYEHRBodyWeightExample-full.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "cyehrbodyweight-andreasioannou1",
"meta": {
"profile": [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-bodyweight"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/cyehrpratient-andreasioannou1",
"type": "Patient",
"display": "Patient Andreas Ioannou"
},
"encounter": {
"reference": "encounter-andreasioannou-helenegeorgiou-1"
},
"effectiveDateTime": "2015-08-23",
"performer": {
"reference": "cyehrpractitioner-helengeorgiou1",
"type": "Practitioner",
"display": "Doctor Helen Georgiou"
},
"valueQuantity": {
"value": 80,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "CAR",
"display": "Carrier"
}
]
}
],
"note": [
{
"text": "Patient is healthy"
}
],
"referenceRange": [
{
"low": [
{
"value": "70",
"unit": "Kg"
}
],
"high": [
{
"value": "100",
"unit": "Kg"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
]
}
],
"appliesTo": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male"
}
]
}
],
"text": "This range applies to males / adults"
}
]
}