This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationDispense;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "phcp-medicationdispense-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2020-02-11T23:05:16.637+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#wkMb2ZcMNnIkGrLs" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-MedicationDispense";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-MedicationDispense> ]
];
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><p><b>identifier</b>: id: urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee</p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1049683}\">oxyCODONE Hydrochloride 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></td></tr></table><p><b>quantity</b>: 24 1</p><p><b>daysSupply</b>: 3</p><p><b>whenHandedOver</b>: 2016-11-28</p></div>"
];
fhir:MedicationDispense.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee" ]
];
fhir:MedicationDispense.status [ fhir:value "completed"];
fhir:MedicationDispense.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ];
fhir:Coding.code [ fhir:value "1049683" ];
fhir:Coding.display [ fhir:value "oxyCODONE HCl 10 MG Oral Tablet" ] ];
fhir:CodeableConcept.text [ fhir:value "oxyCODONE Hydrochloride 10 MG Oral Tablet" ]
];
fhir:MedicationDispense.subject [
fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ]
];
fhir:MedicationDispense.performer [
fhir:index 0;
fhir:MedicationDispense.performer.actor [
fhir:Reference.reference [ fhir:value "PractitionerRole/phcp-practitionerrole-example" ] ]
];
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "1" ]
];
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ]
];
fhir:MedicationDispense.whenHandedOver [ fhir:value "2016-11-28"^^xsd:date].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.