FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.terminology
Resource TypeValueSet
IdValueSet-BeMedicationPrescriptionStatusVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/terminology/ValueSet-BeMedicationPrescriptionStatusVS.html
URLhttps://www.ehealth.fgov.be/standards/fhir/medication/ValueSet/BeMedicationPrescriptionStatusVS
Version1.1.0
Statusactive
Date2025-10-10T13:28:44+02:00
NameBeMedicationPrescriptionStatusVS
TitleMedication Prescription Status
Realmbe
Authorityhl7
DescriptionMedication prescription status codes.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "BeMedicationPrescriptionStatusVS",
  "url": "https://www.ehealth.fgov.be/standards/fhir/medication/ValueSet/BeMedicationPrescriptionStatusVS",
  "version": "1.1.0",
  "name": "BeMedicationPrescriptionStatusVS",
  "title": "Medication Prescription Status",
  "status": "active",
  "experimental": false,
  "date": "2025-10-10T13:28:44+02:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "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"
          }
        ]
      }
    ]
  }
}