IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Codes for MedicationRequest categories - TTL Representation

Draft as of 2024-06-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "il-core-medication-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://fhir.health.gov.il/cs/il-core-medicationrequest-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">inpatient<a name=\"il-core-medication-category-inpatient\"> </a></td><td>Inpatient</td><td>Includes medications to be administered or consumed in an inpatient or acute care setting.</td></tr><tr><td style=\"white-space:nowrap\">outpatient<a name=\"il-core-medication-category-outpatient\"> </a></td><td>Outpatient</td><td>Includes medications to be administered or consumed  in an outpatient setting or ambulatory setting ( for example Hospital outpatient clinics setting, Urgent care settings (e.g. health organization urgent care center, Outpatient Surgery center</td></tr><tr><td style=\"white-space:nowrap\">community-hmo<a name=\"il-core-medication-category-community-hmo\"> </a></td><td>Community Care/HMO</td><td>Includes medications to be administered or consumed  in HMOs (this would include HMO clinics, doctor offices, ect.)</td></tr><tr><td style=\"white-space:nowrap\">community-other<a name=\"il-core-medication-category-community-other\"> </a></td><td>Includes medications to be administered or consumed in community care settings (this would include long term care or nursing homes, hospices, patient’s home, and home hospitalization etc.)</td><td/></tr><tr><td style=\"white-space:nowrap\">discharge<a name=\"il-core-medication-category-discharge\"> </a></td><td>Discharge</td><td>Includes  medications when the patient is being released from a facility.</td></tr><tr><td style=\"white-space:nowrap\">patientspecified<a name=\"il-core-medication-category-patientspecified\"> </a></td><td>Patient Specified</td><td>Includes statements about medication use, including over the counter medication, provided by the patient, agent or another provider</td></tr><tr><td style=\"white-space:nowrap\">leave<a name=\"il-core-medication-category-leave\"> </a></td><td>Leave</td><td>Includes medications that the patient will take during any short break from inpatient care (this would include administrations dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community-based nursing staff).</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.il/cs/il-core-medicationrequest-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.18.0"] ; # 
  fhir:name [ fhir:v "ILCoreMedicationCategory"] ; # 
  fhir:title [ fhir:v "Codes for MedicationRequest categories"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-15T21:51:03+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Israel Core Team"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Israel Core Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "tal.primak@moh.gov.il" ]     ] )
  ] [
fhir:name [ fhir:v "Tal Primak" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "tal.primak@moh.gov.il" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A list of codes for MedicationRequest categories"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IL" ] ;
fhir:display [ fhir:v "Israel" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "Inpatient" ] ;
fhir:definition [ fhir:v "Includes medications to be administered or consumed in an inpatient or acute care setting." ]
  ] [
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ] ;
fhir:definition [ fhir:v "Includes medications to be administered or consumed  in an outpatient setting or ambulatory setting ( for example Hospital outpatient clinics setting, Urgent care settings (e.g. health organization urgent care center, Outpatient Surgery center" ]
  ] [
fhir:code [ fhir:v "community-hmo" ] ;
fhir:display [ fhir:v "Community Care/HMO" ] ;
fhir:definition [ fhir:v "Includes medications to be administered or consumed  in HMOs (this would include HMO clinics, doctor offices, ect.)" ]
  ] [
fhir:code [ fhir:v "community-other" ] ;
fhir:display [ fhir:v "Includes medications to be administered or consumed in community care settings (this would include long term care or nursing homes, hospices, patient’s home, and home hospitalization etc.)" ]
  ] [
fhir:code [ fhir:v "discharge" ] ;
fhir:display [ fhir:v "Discharge" ] ;
fhir:definition [ fhir:v "Includes  medications when the patient is being released from a facility." ]
  ] [
fhir:code [ fhir:v "patientspecified" ] ;
fhir:display [ fhir:v "Patient Specified" ] ;
fhir:definition [ fhir:v "Includes statements about medication use, including over the counter medication, provided by the patient, agent or another provider" ]
  ] [
fhir:code [ fhir:v "leave" ] ;
fhir:display [ fhir:v "Leave" ] ;
fhir:definition [ fhir:v "Includes medications that the patient will take during any short break from inpatient care (this would include administrations dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community-based nursing staff)." ]
  ] ) . #