DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/00126455-e5f6-4789-a123-456789abcdef> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "00126455-e5f6-4789-a123-456789abcdef"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 00126455-e5f6-4789-a123-456789abcdef</b></p><a name=\"00126455-e5f6-4789-a123-456789abcdef\"> </a><a name=\"hc00126455-e5f6-4789-a123-456789abcdef\"> </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://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs</code>/J01-AMOX-CAP</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 outpatient}\">Outpatient</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <a href=\"Medication-NgMedication-001.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-NgPatient-002.html\">Musa Abdullahi Male, DoB: 1987-07-06 ( nin)</a></p><p><b>supportingInformation</b>: <a href=\"Observation-00124455-e5f8-4789-a123-456789abcdef.html\">Observation Age</a></p><p><b>requester</b>: <a href=\"Practitioner-NgPractitioner-002.html\">Practitioner Nkiru Okeke </a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Acute bacterial sinusitis</span></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Acute (10 days)</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>Take 1 capsule orally every 8 hours for 10 days.</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 30 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</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>10</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
] ;
fhir:MedicationRequest.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs" ] ;
fhir:Identifier.value [ fhir:value "J01-AMOX-CAP" ]
] ;
fhir:MedicationRequest.status [ fhir:value "active"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
fhir:Coding.code [ fhir:value "outpatient" ]
]
] ;
fhir:MedicationRequest.reportedBoolean [ fhir:value "false"^^xsd:boolean] ;
fhir:MedicationRequest.medicationReference [
fhir:link <http://hl7.org/fhir/Medication/NgMedication-001> ;
fhir:Reference.reference [ fhir:value "Medication/NgMedication-001" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/NgPatient-002> ;
fhir:Reference.reference [ fhir:value "Patient/NgPatient-002" ]
] ;
fhir:MedicationRequest.supportingInformation [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/00124455-e5f8-4789-a123-456789abcdef> ;
fhir:Reference.reference [ fhir:value "Observation/00124455-e5f8-4789-a123-456789abcdef" ]
] ;
fhir:MedicationRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/NgPractitioner-002> ;
fhir:Reference.reference [ fhir:value "Practitioner/NgPractitioner-002" ]
] ;
fhir:MedicationRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Acute bacterial sinusitis" ]
] ;
fhir:MedicationRequest.courseOfTherapyType [
fhir:CodeableConcept.text [ fhir:value "Acute (10 days)" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.text [ fhir:value "Take 1 capsule orally every 8 hours for 10 days." ]
] ;
fhir:MedicationRequest.dispenseRequest [
fhir:MedicationRequest.dispenseRequest.quantity [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "1" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "1" ]
] ;
fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "days" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
]
] .
<http://hl7.org/fhir/Medication/NgMedication-001> a fhir:Medication .
<http://hl7.org/fhir/Patient/NgPatient-002> a fhir:Patient .
<http://hl7.org/fhir/Observation/00124455-e5f8-4789-a123-456789abcdef> a fhir:Observation .
<http://hl7.org/fhir/Practitioner/NgPractitioner-002> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/00126455-e5f6-4789-a123-456789abcdef.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/00126455-e5f6-4789-a123-456789abcdef.ttl> .
IG © 2025+ DHIN. Package org.dhin-hie.sandbox#0.2.0 based on FHIR 4.0.1. Generated 2026-09-17
Links: Table of Contents |
QA Report