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

FHIR IG Statistics: CodeSystem/BeMedicationLineAdherenceStatus

Packagehl7.fhir.be.medication
Resource TypeCodeSystem
IdBeMedicationLineAdherenceStatus
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/medication/https://build.fhir.org/ig/hl7-be/medication/CodeSystem-BeMedicationLineAdherenceStatus.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineAdherenceStatus
Version1.1.0
Statusactive
Date2025-07-25T19:42:33+00:00
NameBeMedicationLineAdherenceStatus
TitleMedication Line Adherence Status
Realmbe
Authorityhl7
DescriptionMedication Line Adherence Status - ValueSet.
Contentcomplete

Resources that use this resource

ValueSet
BeMedicationLineAdherenceStatusVSBeExtAdherenceStatus

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem BeMedicationLineAdherenceStatus

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineAdherenceStatus defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1taking TakingThe medication is being taken.
2  taking-as-directed Taking As DirectedThe medication is being taken as directed.
2  taking-not-as-directed Taking Not As DirectedThe medication is not being taken as directed.
1not-taking Not TakingThe medication is not being taken.
2  on-hold On HoldThe medication is on hold.
3    on-hold-as-directed On Hold As DirectedThe medication is on hold as directed.
3    on-hold-not-as-directed On Hold Not As DirectedThe medication is on hold not as directed.
2  stopped StoppedThe medication is stopped.
3    stopped-as-directed Stopped As DirectedThe medication is stopped as directed.
3    stopped-not-as-directed Stopped Not As DirectedThe medication is stopped not as directed.
1unknown UnknownWhether the medication is being taken or not is not currently known.

Source

{
  "resourceType": "CodeSystem",
  "id": "BeMedicationLineAdherenceStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineAdherenceStatus",
  "version": "1.1.0",
  "name": "BeMedicationLineAdherenceStatus",
  "title": "Medication Line Adherence 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 Line Adherence Status - ValueSet.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "count": 11,
  "concept": [
    {
      "code": "taking",
      "display": "Taking",
      "definition": "The medication is being taken.",
      "concept": [
        {
          "code": "taking-as-directed",
          "display": "Taking As Directed",
          "definition": "The medication is being taken as directed."
        },
        {
          "code": "taking-not-as-directed",
          "display": "Taking Not As Directed",
          "definition": "The medication is not being taken as directed."
        }
      ]
    },
    {
      "code": "not-taking",
      "display": "Not Taking",
      "definition": "The medication is not being taken.",
      "concept": [
        {
          "code": "on-hold",
          "display": "On Hold",
          "definition": "The medication is on hold.",
          "concept": [
            {
              "code": "on-hold-as-directed",
              "display": "On Hold As Directed",
              "definition": "The medication is on hold as directed."
            },
            {
              "code": "on-hold-not-as-directed",
              "display": "On Hold Not As Directed",
              "definition": "The medication is on hold not as directed."
            }
          ]
        },
        {
          "code": "stopped",
          "display": "Stopped",
          "definition": "The medication is stopped.",
          "concept": [
            {
              "code": "stopped-as-directed",
              "display": "Stopped As Directed",
              "definition": "The medication is stopped as directed."
            },
            {
              "code": "stopped-not-as-directed",
              "display": "Stopped Not As Directed",
              "definition": "The medication is stopped not as directed."
            }
          ]
        }
      ]
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "Whether the medication is being taken or not is not currently known."
    }
  ]
}