@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/healthedata1-sandbox/MedicationAdministration/dose-not-given> a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dose-not-given"] ; # 
  fhir:meta [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Dose Not Given - Patient Refused Example"
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>
       ] ;
       fhir:value [
         a fhir:Markdown ;
         fhir:v "This example of a *US Core MedicationAdministration Profile* records a scheduled morning dose of axid that was not administered because the patient refused."
       ]
     ] ) ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration dose-not-given</b></p><a name=\"dose-not-given\"> </a><a name=\"hcdose-not-given\"> </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-us-core-medicationadministration.html\">US Core MedicationAdministration Profile</a></p></div><p><b>status</b>: Not Done</p><p><b>medication</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Medication-uscore-med2.html\">Axid</a></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><p><b>effective</b>: 2026-05-13 07:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></td></tr></table><p><b>request</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/MedicationRequest-medicationrequest-referenced-oral-axid.html\">MedicationRequest: status = active; intent = order; authoredOn = 2008-04-05</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>150 mg PO BID (scheduled morning dose - not administered)</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td><td>150 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "not-done"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Medication/uscore-med2> ;
     fhir:reference [ fhir:v "Medication/uscore-med2" ] ;
     fhir:display [ fhir:v "Axid" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ] ;
     fhir:display [ fhir:v "Amy V. Baxter" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-05-13T07:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> ;
       fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
       fhir:display [ fhir:v "Dr Ronald Bone" ]
     ]
  ] ) ; # 
  fhir:request [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/MedicationRequest/medicationrequest-referenced-oral-axid> ;
     fhir:reference [ fhir:v "MedicationRequest/medicationrequest-referenced-oral-axid" ]
  ] ; # 
  fhir:dosage [
     fhir:text [ fhir:v "150 mg PO BID (scheduled morning dose - not administered)" ] ;
     fhir:route [
       fhir:coding ( [
         a sct:26643006 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "26643006" ] ;
         fhir:display [ fhir:v "Oral route" ]
       ] )
     ] ;
     fhir:dose [
       fhir:value [ fhir:v "150"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mg" ]
     ]
  ] . # 

<http://hl7.org/fhir/us/healthedata1-sandbox/Medication/uscore-med2> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/MedicationRequest/medicationrequest-referenced-oral-axid> a fhir:Us .

# -------------------------------------------------------------------------------------

