FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/diagnostic-report-status version 📍4.0.1| Code | Display | Definition |
| final | Final | The report is complete and verified by an authorized person. |
| partial | Partial | This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified. |
Source1
{
"resourceType": "ValueSet",
"id": "be-vs-diabetes-report-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/ValueSet/be-vs-diabetes-report-status",
"version": "1.0.0",
"name": "BeVSDiabetesReportStatus",
"title": "BeVSDiabetesReportStatus",
"status": "draft",
"experimental": false,
"date": "2026-08-20T09:24:07+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 reports",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/diagnostic-report-status",
"version": "4.0.1",
"concept": [
{
"code": "final"
},
{
"code": "partial"
}
]
}
]
}
}