FHIR IG analytics| Package | com.e-medlab.healthsense |
| Resource Type | Observation |
| Id | Observation-diabetes-type-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation diabetes-type-1
Profile: Lab - Diabetes mellitus type
status: Final
category: Laboratory
code: Diabetes type
subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)
effective: 2021-11-24
performer: Organization East Tallinn Central Hospital
value: Diabetes mellitus type 2
{
"resourceType": "Observation",
"id": "diabetes-type-1",
"meta": {
"profile": [
"https://healthsense.e-medlab.com/StructureDefinition/hs-diabetes-type"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "405751000",
"display": "Diabetes type"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"effectiveDateTime": "2021-11-24",
"performer": [
{
"reference": "Organization/org1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "44054006",
"display": "Diabetes mellitus type 2"
}
]
}
}