HL7 FHIR® UK Core
4.0.0 - CI Build
HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions
Source view
@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:MedicationDispense; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "UKCore-MedicationDispense-Example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-MedicationDispense"; fhir:index 0; fhir:link <https://fhir.nhs.uk/R4/StructureDefinition/UKCore-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 with Details</b></p><p><b>id</b>: UKCore-MedicationDispense-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: 5c92c1dc-06a9-4729-b8c9-222cf769f8dc</p><p><b>status</b>: in-progress</p><p><b>medication</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Medication-Example; <span title=\"Codes: {http://hl7.org/fhir/sid/ndc 2501-813-16}\">Timoptic 5mg/ml solution</span>; <span title=\"Codes: {http://snomed.info/sct 75359005}\">Opthalmic Solution (qualifier value)</span></a></p><p><b>subject</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest/UKCore-MedicationRequest-Example\">MedicationRequest/UKCore-MedicationRequest-Example</a></p><p><b>quantity</b>: 30 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ml = 'ml')</span></p><p><b>daysSupply</b>: 30 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><p><b>whenPrepared</b>: 15 Jan 2020, 15:00:00</p><p><b>receiver</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>dosageInstruction</b>: </p></div>" ]; fhir:MedicationDispense.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://tools.ietf.org/html/rfc4122" ]; fhir:Identifier.value [ fhir:value "5c92c1dc-06a9-4729-b8c9-222cf769f8dc" ] ]; fhir:MedicationDispense.status [ fhir:value "in-progress"]; fhir:MedicationDispense.medicationReference [ fhir:Reference.reference [ fhir:value "Medication/UKCore-Medication-Example" ] ]; fhir:MedicationDispense.subject [ fhir:Reference.reference [ fhir:value "Patient/UKCore-Patient-Example" ] ]; fhir:MedicationDispense.performer [ fhir:index 0; fhir:MedicationDispense.performer.actor [ fhir:Reference.reference [ fhir:value "Practitioner/UKCore-Practitioner-Example" ] ] ]; fhir:MedicationDispense.authorizingPrescription [ fhir:index 0; fhir:Reference.reference [ fhir:value "MedicationRequest/UKCore-MedicationRequest-Example" ] ]; fhir:MedicationDispense.quantity [ fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ml" ] ]; fhir:MedicationDispense.daysSupply [ fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Day" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "d" ] ]; fhir:MedicationDispense.whenPrepared [ fhir:value "2020-01-15T15:00:00+00:00"^^xsd:dateTime]; fhir:MedicationDispense.receiver [ fhir:index 0; fhir:Reference.reference [ fhir:value "Patient/UKCore-Patient-Example" ] ]; fhir:MedicationDispense.dosageInstruction [ fhir:index 0; fhir:Dosage.text [ fhir:value "1 drop in each affected eye twice daily, approximately 12 hours apart." ]; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "12"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "h" ] ] ]; fhir:Dosage.route [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:54485002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "54485002" ]; fhir:Coding.display [ fhir:value "Ophthalmic" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.