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

FHIR IG analytics

Packagehl7.fhir.be.medication
Resource TypeCodeSystem
IdCodeSystem-BeMedicationLineRegistrationStatus.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/medication/CodeSystem-BeMedicationLineRegistrationStatus.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineRegistrationStatus
Version1.1.1
Statusactive
Date2026-08-25T09:42:23+00:00
NameBeMedicationLineRegistrationStatus
TitleMedication Line Registration Status
Realmbe
Authorityhl7
DescriptionThis code system defines the registration statuses for medication lines.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.be.medication#currentBeMedicationLineRegistrationStatusVSMedication Line Registration Status Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem BeMedicationLineRegistrationStatus

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineRegistrationStatus defines the following codes:

CodeDisplay
draft Draft
recorded Recorded
entered-in-error Entered in Error

Source1

{
  "resourceType": "CodeSystem",
  "id": "BeMedicationLineRegistrationStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineRegistrationStatus",
  "version": "1.1.1",
  "name": "BeMedicationLineRegistrationStatus",
  "title": "Medication Line Registration Status",
  "status": "active",
  "experimental": false,
  "date": "2026-08-25T09:42:23+00: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": "This code system defines the registration statuses for medication lines.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "draft",
      "display": "Draft"
    },
    {
      "code": "recorded",
      "display": "Recorded"
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error"
    }
  ]
}