Publication Build: This will be filled in by the publication tooling
: Codes for Medication Course of therpy types - TTL Representation
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-course-of-therapy-type"] ; #
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-medication-course-of-therapy-type</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\">PRN<a name=\"il-core-medication-course-of-therapy-type-PRN\"> </a></td><td>PRN</td><td>A medication expected to be used on-demand as needed (e.g. opioid medication, laxative medication)</td></tr><tr><td style=\"white-space:nowrap\">chronic<a name=\"il-core-medication-course-of-therapy-type-chronic\"> </a></td><td>Chronic therapy</td><td>A medication expected to treat any disease or condition determined to be permanent, persistent, or lasting indefinitely</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.health.gov.il/cs/il-core-medication-course-of-therapy-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.18.0"] ; #
fhir:name [ fhir:v "ILCoreMedicationCourseOfTherapyType"] ; #
fhir:title [ fhir:v "Codes for Medication Course of therpy types"] ; #
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 Medication Course of therpy types"] ; #
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 "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "PRN" ] ;
fhir:definition [ fhir:v "A medication expected to be used on-demand as needed (e.g. opioid medication, laxative medication)" ]
] [
fhir:code [ fhir:v "chronic" ] ;
fhir:display [ fhir:v "Chronic therapy" ] ;
fhir:definition [ fhir:v "A medication expected to treat any disease or condition determined to be permanent, persistent, or lasting indefinitely" ]
] ) . #