This page is part of the International Patient Access (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "MedRecExample1"];
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
fhir:Extension.valueString [ fhir:value "MedicationRequest Example" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
fhir:Extension.valueMarkdown [ fhir:value "This is a MedicationRequest example for the *IPA MedicationRequest Profile*." ] ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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\">Resource \"MedRecExample1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ipa-medicationrequest.html\">IPA-MedicationRequest</a></p></div><p><b>identifier</b>: id: 2454978 (USUAL)</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Medication/MedExample1: Percocet tablet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Patient/PatientExample1: Friend, All</a> \" LUFHIR\"</p><p><b>authoredOn</b>: 2018-09-20T15:41:39Z</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Clinician User</a> \" SEEGER\"</p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Clinician User</a> \" SEEGER\"</p></div>"
];
fhir:MedicationRequest.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.system [ fhir:value "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268" ];
fhir:Identifier.value [ fhir:value "2454978" ]
];
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:Coding.display [ fhir:value "Outpatient" ] ];
fhir:CodeableConcept.text [ fhir:value "Outpatient" ]
];
fhir:MedicationRequest.medicationReference [
fhir:Reference.reference [ fhir:value "Medication/MedExample1" ];
fhir:Reference.display [ fhir:value "Percocet tablet" ]
];
fhir:MedicationRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample1" ];
fhir:Reference.display [ fhir:value "Friend, All" ]
];
fhir:MedicationRequest.authoredOn [ fhir:value "2018-09-20T15:41:39Z"^^xsd:dateTime];
fhir:MedicationRequest.requester [
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample1" ];
fhir:Reference.display [ fhir:value "Clinician User" ]
];
fhir:MedicationRequest.recorder [
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample1" ];
fhir:Reference.display [ fhir:value "Clinician User" ]
];
fhir:MedicationRequest.dosageInstruction [
fhir:index 0;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.boundsPeriod [
fhir:Period.start [ fhir:value "2018-09-21T04:00:00Z"^^xsd:dateTime ] ] ];
fhir:Timing.code [
fhir:CodeableConcept.text [ fhir:value "2100" ] ] ];
fhir:Dosage.asNeededBoolean [ fhir:value "false"^^xsd:boolean ];
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:260548002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "260548002" ];
fhir:Coding.display [ fhir:value "Oral" ] ];
fhir:CodeableConcept.text [ fhir:value "Oral" ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ];
fhir:Coding.code [ fhir:value "calculated" ];
fhir:Coding.display [ fhir:value "calculated" ] ];
fhir:CodeableConcept.text [ fhir:value "calculated" ] ];
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "15"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mg" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg" ] ] ], [
fhir:index 1;
fhir:Dosage.doseAndRate.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ];
fhir:Coding.code [ fhir:value "ordered" ];
fhir:Coding.display [ fhir:value "ordered" ] ];
fhir:CodeableConcept.text [ fhir:value "ordered" ] ];
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mg" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.