FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-koerpergewicht.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-koerpergewicht",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergewicht",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/bodyweight"
]
},
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "29463-7",
"system": "http://loinc.org",
"display": "Body weight"
},
{
"code": "8339-4",
"system": "http://loinc.org",
"display": "Birth weight Measured"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
}
],
"text": "Körpergewicht"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"value": 79,
"code": "kg",
"unit": "kilogram"
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11"
}