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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeValueSet
IdValueSet-il-core-medication-statement-category.json
FHIR VersionR4

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",
  "status": "active",
  "name": "VsILCoreMedicationStatementCategory",
  "id": "il-core-medication-statement-category",
  "title": "ILCore Medication statement Category",
  "description": "Codes for Medication statement Category",
  "url": "http://fhir.health.gov.il/ValueSet/il-core-medication-statement-category",
  "version": "0.20.3",
  "publisher": "Israel Core Team",
  "date": "2026-03-05",
  "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": "patientspecified",
            "display": "Patient Specified"
          }
        ]
      }
    ]
  }
}