@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example005"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "example005"

basedOn: CarePlan/gpvisit

status: entered-in-error

medication: Amoxicillin (product) (SNOMED CT#27658006)

subject: Patient/pat1: Donald Duck "Duck DONALD"

context: Encounter/f203

effective: 2014-01-23

dateAsserted: 2015-02-22

informationSource: Patient/pat1: Donald Duck "Duck DONALD"

note: Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin

" ]; fhir:MedicationStatement.basedOn [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "CarePlan/gpvisit" ] ]; fhir:MedicationStatement.status [ fhir:value "entered-in-error"]; fhir:MedicationStatement.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:27658006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "27658006" ]; fhir:Coding.display [ fhir:value "Amoxicillin (product)" ] ] ]; fhir:MedicationStatement.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat1" ]; fhir:Reference.display [ fhir:value "Donald Duck" ] ]; fhir:MedicationStatement.context [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/f203" ] ]; fhir:MedicationStatement.effectiveDateTime [ fhir:value "2014-01-23"^^xsd:date]; fhir:MedicationStatement.dateAsserted [ fhir:value "2015-02-22"^^xsd:date]; fhir:MedicationStatement.informationSource [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat1" ]; fhir:Reference.display [ fhir:value "Donald Duck" ] ]; fhir:MedicationStatement.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin" ] ] . a fhir:CarePlan . a fhir:Patient . a fhir:Encounter . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------