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

: ILCore Medication statement Category - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "il-core-medication-statement-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-il-core-medication-category.html\"><code>http://fhir.health.gov.il/cs/il-core-medicationrequest-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-il-core-medication-category.html#il-core-medication-category-inpatient\">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><a href=\"CodeSystem-il-core-medication-category.html#il-core-medication-category-outpatient\">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><a href=\"CodeSystem-il-core-medication-category.html#il-core-medication-category-community-hmo\">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><a href=\"CodeSystem-il-core-medication-category.html#il-core-medication-category-community-other\">community-other</a></td><td>Community Care/Long Term Care/Home</td><td/></tr><tr><td><a href=\"CodeSystem-il-core-medication-category.html#il-core-medication-category-patientspecified\">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></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.il/ValueSet/il-core-medication-statement-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.18.0"] ; # 
  fhir:name [ fhir:v "ILCoreMedicationStatementCategory"] ; # 
  fhir:title [ fhir:v "ILCore Medication statement Category"] ; # 
  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 "Codes for Medication statement Category"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://fhir.health.gov.il/cs/il-core-medicationrequest-category"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "Inpatient" ]       ] [
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ]       ] [
fhir:code [ fhir:v "community-hmo" ] ;
fhir:display [ fhir:v "Community Care/HMO" ]       ] [
fhir:code [ fhir:v "community-other" ] ;
fhir:display [ fhir:v "Community Care/Long Term Care/Home" ]       ] [
fhir:code [ fhir:v "patientspecified" ] ;
fhir:display [ fhir:v "Patient Specified" ]       ] )     ] )
  ] . #