@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MedicationRequestProfileExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/MedicationRequest-ke-Profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest MedicationRequestProfileExample

identifier: http://example.org/fhir/medicationrequest/123456 (use: official, )

status: Active

intent: Order

category: Inpatient

priority: Routine

medication: Codeine phosphate

subject: Eliud Kipchoge Kiptun Male, DoB: 1984-11-05 ( Unique Patient Identifier: 123456 (use: official, ))

authoredOn: 2020-01-01 00:00:00+0000

reasonCode: Anxiety disorder of childhood OR adolescence

reasonReference: Condition

" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://example.org/fhir/medicationrequest"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ fhir:coding ( [ a sct:inpatient ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ; fhir:text [ fhir:v "Inpatient" ] ] ) ; # fhir:priority [ fhir:v "routine"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:261000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "261000" ] ; fhir:display [ fhir:v "Codeine phosphate" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SHAPatientExample" ] ] ; # fhir:authoredOn [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:109006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "109006" ] ; fhir:display [ fhir:v "Anxiety disorder of childhood OR adolescence" ] ] ) ] ) ; # fhir:reasonReference ( [ fhir:link ; fhir:reference [ fhir:v "Condition/ConditionExample" ] ] ) . # # -------------------------------------------------------------------------------------