FHIR IG analytics| Package | kl.dk.fhir.children |
| Resource Type | Observation |
| Id | Observation-RikkeBodyWeight2mth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation RikkeBodyWeight2mth
status: Final
category: Vital Signs
code: Body weight
effective: 2020-06-30
value: 6200 g (Details: UCUM codeg = 'g')
{
"resourceType": "Observation",
"id": "RikkeBodyWeight2mth",
"meta": {
"profile": [
"http://fhir.kl.dk/children/StructureDefinition/klgateway-children-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",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/Rikke"
},
"encounter": {
"reference": "Encounter/2mthEncounter"
},
"effectiveDateTime": "2020-06-30",
"valueQuantity": {
"value": 6200,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}