FHIR IG analytics| Package | kl.dk.fhir.ffinst |
| Resource Type | Observation |
| Id | Observation-HeleneBodyWeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "HeleneBodyWeight"
Profile: Body weight
AssociatedConditions: Weight finding (SNOMED CT#107647005)
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Body weight (LOINC#29463-7; SNOMED CT#276885007)
subject: Patient/Helene " MARKUSSEN"
effective: 2019-01-09 17:45:00+0000
value: 80 kg (Details: UCUM code kg = 'kg')
method: Ingen problemer med test-setup og borgers udførelse (KLToolsCodes#4a069078-c3c3-4c67-899d-4e8876026f48Ja; SNOMED CT#272391002)
{
"resourceType": "Observation",
"id": "HeleneBodyWeight",
"meta": {
"profile": [
"http://fhir.kl.dk/ffinst/StructureDefinition/KLToolsCareBodyWeight"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.kl.dk/ffinst/StructureDefinition/AssociatedConditions",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "107647005"
}
]
}
}
],
"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": "276885007"
}
]
},
"subject": {
"reference": "Patient/Helene"
},
"effectiveDateTime": "2019-01-09T17:45:00.000Z",
"valueQuantity": {
"value": 80,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"method": {
"coding": [
{
"system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
"code": "4a069078-c3c3-4c67-899d-4e8876026f48Ja"
},
{
"system": "http://snomed.info/sct",
"code": "272391002"
}
]
}
}