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

: Example ILCore MedicationDispense - 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:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medication-dispense"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.health.gov.il/StructureDefinition/il-core-medication-dispense"^^xsd:anyURI ;
fhir:link <http://fhir.health.gov.il/StructureDefinition/il-core-medication-dispense>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense </b><a name=\"medication-dispense\"> </a><a name=\"hcmedication-dispense\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationDispense &quot;medication-dispense&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-il-core-medication-dispense.html\">ILCore MedicationDispense Profile</a></p></div><p><b>Ext: ILCore Recorded Time</b>: 2024-05-21 14:00:00+0000</p><p><b>status</b>: completed</p><p><b>category</b>: Community Care/HMO <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-il-core-medication-category.html\">Codes for MedicationRequest categories</a>#community-hmo)</span></p><p><b>medication</b>: <a href=\"Medication-paracetamol.html\">Medication/paracetamol</a></p><p><b>subject</b>: <a href=\"Patient-patient-israeli-with-statistical-area.html\">Patient/patient-israeli-with-statistical-area</a> &quot; בן ברוך&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-md.html\">Practitioner/practitioner-md</a> &quot; גרינפלד&quot;</td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-metamizole-for-gangreenous-tonsolitis.html\">MedicationRequest/metamizole-for-gangreenous-tonsolitis</a></p><p><b>type</b>: Refill - Part Fill <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#RFP)</span></p><p><b>quantity</b>: 10 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetablet = 'tablet')</span></p><p><b>whenHandedOver</b>: 2024-05-21 14:30:00+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Once per1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.health.gov.il/StructureDefinition/ext-recorded-time"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-05-21T14:00:00Z"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.il/cs/il-core-medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community-hmo" ] ;
fhir:display [ fhir:v "Community Care/HMO" ]     ] )
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/paracetamol" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-israeli-with-statistical-area" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-md" ]     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
fhir:reference [ fhir:v "MedicationRequest/metamizole-for-gangreenous-tonsolitis" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RFP" ] ;
fhir:display [ fhir:v "Refill - Part Fill" ]     ] )
  ] ; # 
  fhir:quantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tablet" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2024-05-21T14:30:00Z"^^xsd:dateTime] ; # 
  fhir:dosageInstruction ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:text [ fhir:v "Take one tablet daily" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tablet" ]       ]     ] )
  ] ) . #