DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example MedicationRequest (Insulin 100 IU/mL) - TTL Representation

Raw ttl | Download


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

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

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgMedicationRequest-003"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest NgMedicationRequest-003</b></p><a name=\"NgMedicationRequest-003\"> </a><a name=\"hcNgMedicationRequest-003\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-medication-request.html\">NG MedicationRequest</a></p></div><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/prescription-id</code>/RX-2025-0003</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category community}\">Community</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <code>NgMedication/NgMedication-003</code></p><p><b>subject</b>: <code>NgPatient/NgPatient-001</code></p><p><b>requester</b>: <code>NgPractitioner/NgPractitioner-001</code></p><p><b>reasonCode</b>: <span title=\"Codes:\">Type 1 diabetes mellitus</span></p><p><b>groupIdentifier</b>: <code>https://www.dhin-hie.org/ig/prescription-group</code>/GRP-2025-3001</p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Long-term (chronic) therapy</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Inject 10 units subcutaneously before breakfast daily.</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 3</p><p><b>quantity</b>: 10 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>performer</b>: <code>NgOrganization/NgOrganization-002</code></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.dhin-hie.org/ig/prescription-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RX-2025-0003" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community" ]     ] )
  ] ) ; # 
  fhir:reported [
a fhir:boolean ;
fhir:v false
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "NgMedication/NgMedication-003" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "NgPatient/NgPatient-001" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "NgPractitioner/NgPractitioner-001" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Type 1 diabetes mellitus" ]
  ] ) ; # 
  fhir:groupIdentifier [
fhir:system [ fhir:v "https://www.dhin-hie.org/ig/prescription-group"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GRP-2025-3001" ]
  ] ; # 
  fhir:courseOfTherapyType [
fhir:text [ fhir:v "Long-term (chronic) therapy" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Inject 10 units subcutaneously before breakfast daily." ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "3"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ] ;
fhir:performer [
fhir:reference [ fhir:v "NgOrganization/NgOrganization-002" ]     ]
  ] . #