| Package | hl7.fhir.be.glucose-monitoring |
| Resource Type | ValueSet |
| Id | be-vs-diabetes-observation-status |
| FHIR Version | R4 |
| Source | https://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/https://build.fhir.org/ig/hl7-be/glucose-monitoring/ValueSet-be-vs-diabetes-observation-status.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/ValueSet/be-vs-diabetes-observation-status |
| Version | 1.0.0 |
| Status | draft |
| Date | 2025-06-27T15:55:49+00:00 |
| Name | BeVSDiabetesObservationStatus |
| Title | BeVSDiabetesObservationStatus |
| Realm | be |
| Authority | hl7 |
| Description | Values to be used in the status of Diabetes observations |
| StructureDefinition | |
| be-observation-diabetes | BeObservationDiabetes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet be-vs-diabetes-observation-status
http://hl7.org/fhir/observation-status| Code | Display | Definition |
| final | Final | The observation is complete and there are no further actions needed. Additional information such "released", "signed", etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied. |
| entered-in-error | Entered in Error | The observation has been withdrawn following previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".). |
{
"resourceType": "ValueSet",
"id": "be-vs-diabetes-observation-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/ValueSet/be-vs-diabetes-observation-status",
"version": "1.0.0",
"name": "BeVSDiabetesObservationStatus",
"title": "BeVSDiabetesObservationStatus",
"status": "draft",
"experimental": false,
"date": "2025-06-27T15:55:49+00:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be"
},
{
"system": "email",
"value": "message-structure@www.ehealth.fgov.be"
}
]
},
{
"name": "Message-Structure",
"telecom": [
{
"system": "email",
"value": "message-structure@www.ehealth.fgov.be",
"use": "work"
}
]
}
],
"description": "Values to be used in the status of Diabetes observations",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/observation-status",
"concept": [
{
"code": "final"
},
{
"code": "entered-in-error"
}
]
}
]
}
}