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

FHIR IG Statistics: ValueSet/BeMedicationPrescriptionStatusVS

Packagehl7.fhir.be.medication
Resource TypeValueSet
IdBeMedicationPrescriptionStatusVS
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/medication/https://build.fhir.org/ig/hl7-be/medication/ValueSet-BeMedicationPrescriptionStatusVS.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationPrescriptionStatusVS
Version1.1.0
Statusactive
Date2025-07-25T19:42:33+00:00
NameBeMedicationPrescriptionStatusVS
TitleMedication Prescription Status
Realmbe
Authorityhl7
DescriptionMedication prescription status codes.

Resources that use this resource

StructureDefinition
BeMedicationPrescriptionBeMedicationPrescription
BeModelMedicationPrescriptionMedication prescription (model)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet BeMedicationPrescriptionStatusVS

  • Include these codes as defined in http://hl7.org/fhir/CodeSystem/medicationrequest-status
    CodeDisplayDefinition
    activeActiveThe prescription is 'actionable', but not all actions that are implied by it have occurred yet.
    completedCompletedAll actions that are implied by the prescription have occurred.
    cancelledCancelledThe prescription has been withdrawn before any administrations have occurred
    stoppedStoppedActions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error
    entered-in-errorEntered in ErrorSome of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication. Clinical decision support systems should take this status into account

Source

{
  "resourceType": "ValueSet",
  "id": "BeMedicationPrescriptionStatusVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationPrescriptionStatusVS",
  "version": "1.1.0",
  "name": "BeMedicationPrescriptionStatusVS",
  "title": "Medication Prescription Status",
  "status": "active",
  "experimental": false,
  "date": "2025-07-25T19:42:33+00:00",
  "publisher": "HL7 Belgium",
  "contact": [
    {
      "name": "HL7 Belgium",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7belgium.org"
        },
        {
          "system": "email",
          "value": "hl7belgium@hl7belgium.org"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@ehealth.fgov.be",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Medication prescription status codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
        "concept": [
          {
            "code": "active"
          },
          {
            "code": "completed"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "stopped"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}