FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/be-vs-diabetes-observation-status

Packagehl7.fhir.be.glucose-monitoring
TypeValueSet
Idbe-vs-diabetes-observation-status
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/https://build.fhir.org/ig/hl7-be/glucose-monitoring/ValueSet-be-vs-diabetes-observation-status.html
URLhttps://www.ehealth.fgov.be/standards/fhir/glucose-monitoring/ValueSet/be-vs-diabetes-observation-status
Version1.0.0
Statusdraft
Date2025-06-27T15:55:49+00:00
NameBeVSDiabetesObservationStatus
TitleBeVSDiabetesObservationStatus
Realmbe
Authorityhl7
DescriptionValues to be used in the status of Diabetes observations

Resources that use this resource

StructureDefinition
be-observation-diabetesBeObservationDiabetes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet be-vs-diabetes-observation-status

  • Include these codes as defined in http://hl7.org/fhir/observation-status
    CodeDisplayDefinition
    finalFinalThe 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-errorEntered in ErrorThe 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".).

Source

{
  "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"
          }
        ]
      }
    ]
  }
}