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

FHIR IG analytics

Packagehl7.fhir.be.terminology
Resource TypeCodeSystem
IdCodeSystem-BeMedicationLineOriginType.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/terminology/CodeSystem-BeMedicationLineOriginType.html
URLhttps://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/BeMedicationLineOriginType
Version1.1.0
Statusactive
Date2025-10-10T13:28:44+02:00
NameBeMedicationLineOriginType
TitleMedication origin Type
Realmbe
Authorityhl7
DescriptionMedication origin type
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.be.terminology#currentBeMedicationLineOriginTypeVSMedication origin type value set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "BeMedicationLineOriginType",
  "url": "https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/BeMedicationLineOriginType",
  "version": "1.1.0",
  "name": "BeMedicationLineOriginType",
  "title": "Medication origin Type",
  "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 origin type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "ambulatory-request",
      "display": "Ambulatory prescription"
    },
    {
      "code": "hospital-request",
      "display": "Hospital prescription"
    },
    {
      "code": "self-medication",
      "display": "Upon patient demand - Self-medication"
    },
    {
      "code": "with-request",
      "display": "Medication not sold in Belgium, with prescription"
    },
    {
      "code": "without-request",
      "display": "Medication not sold in Belgium, without prescription"
    },
    {
      "code": "pharmacist-advice",
      "display": "Upon pharmacist advice"
    }
  ]
}