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

FHIR IG Statistics: ValueSet/il-core-medication-request-category

Packageil.core.fhir.r4
Resource TypeValueSet
Idil-core-medication-request-category
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.17.5&canonical=http://fhir.health.gov.il/ValueSet/il-core-medication-request-category
URLhttp://fhir.health.gov.il/ValueSet/il-core-medication-request-category
Version0.17.0
Statusactive
Date2025-03-27
NameILCoreMedicationRequestCategory
TitleILCore Medication Request Category
Realmil
Authoritynational
DescriptionCodes for Medication Request Category

Resources that use this resource

StructureDefinition
il-core-medication-requestILCore MedicationRequest Profile

Resources that this resource uses

CodeSystem
il-core-medication-request-categoryCodes for MedicationRequest categories

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ILCoreMedicationRequestCategory",
  "id": "il-core-medication-request-category",
  "title": "ILCore Medication Request Category",
  "description": "Codes for Medication Request Category",
  "url": "http://fhir.health.gov.il/ValueSet/il-core-medication-request-category",
  "version": "0.17.0",
  "publisher": "Israel Core Team",
  "date": "2025-03-27",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://fhir.health.gov.il/cs/il-core-medication-request-category",
        "concept": [
          {
            "code": "inpatient",
            "display": "Inpatient"
          },
          {
            "code": "outpatient",
            "display": "Outpatient"
          },
          {
            "code": "community-hmo",
            "display": "Community Care/HMO"
          },
          {
            "code": "community-other",
            "display": "Community Care/Long Term Care/Home"
          },
          {
            "code": "discharge",
            "display": "Discharge"
          },
          {
            "code": "leave",
            "display": "Leave"
          }
        ]
      }
    ]
  }
}