FHIR Clinical Documents 1.0.0-ballot - STU1 Ballot
This page is part of the FHIR Clinical Documents (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@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:id [ fhir:v "revised-124a6916-5d84-4b8c-b250-10cefb8e6e86"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2024-05-07T11:28:17.000+00:00"^^xsd:dateTime ] ] ; # 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 revised-124a6916-5d84-4b8c-b250-10cefb8e6e86</b></p><a name=\"revised-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </a><a name=\"hcrevised-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </a><a name=\"revised-124a6916-5d84-4b8c-b250-10cefb8e6e86-en-US\"> </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\">Last updated: 2024-05-07 11:28:17+0000</p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 66493003}\">Theophylline 200mg</span></p><p><b>subject</b>: <a href=\"Patient-revised-d1.html\">Eve Everywoman</a></p><p><b>requester</b>: <a href=\"Practitioner-revised-example.html\">Peter Practitioner</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Management of Asthma</span></p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>" ] ; # fhir:status [ fhir:v "unknown"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:66493003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66493003" ] ] ) ; fhir:text [ fhir:v "Theophylline 200mg" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/revised-d1" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "Practitioner/revised-example" ] ; fhir:display [ fhir:v "Peter Practitioner" ] ] ; # fhir:reasonCode ( [ fhir:text [ fhir:v "Management of Asthma" ] ] ) ; # fhir:dosageInstruction ( [ ( fhir:additionalInstruction [ fhir:text [ fhir:v "Take with Food" ] ] ) ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ ( fhir:coding [ a sct:394899003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394899003" ] ; fhir:display [ fhir:v "oral administration of treatment" ] ] ) ] ; ( fhir:doseAndRate [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ordered" ] ; fhir:display [ fhir:v "Ordered" ] ] ) ] ; fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "tablet" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "{tablet}" ] ] ] ) ] ) . #