Health Care Surveys Reporting, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions
: MedicationRequest - Amoxicillin (Entered in Error) - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedicationRequest-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|6.1.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest?version=6.1.0> ] )
] ; #
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: MedicationRequest MedicationRequest-example</b></p><a name=\"MedicationRequest-example\"> </a><a name=\"hcMedicationRequest-example\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Entered in Error</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 27658006}\">Amoxicillin-containing product</span></p><p><b>subject</b>: <a href=\"Patient-patient-ledner.html\">Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-ambulatory.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500</a></p><p><b>authoredOn</b>: 2025-11-01</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-nichols.html\">Practitioner Joseph P Nichols (official)</a></p><p><b>note</b>: </p><blockquote><div><p>Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "entered-in-error"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:27658006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "27658006" ] ;
fhir:display [ fhir:v "Amoxicillin-containing product" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/patient-ledner ;
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/encounter-ambulatory ;
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ]
] ; #
fhir:authoredOn [ fhir:v "2025-11-01"^^xsd:date] ; #
fhir:requester [
fhir:l fhir:Practitioner/practitioner-nichols ;
fhir:reference [ fhir:v "Practitioner/practitioner-nichols" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin" ]
] ) . #