IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC4-MedicationChange2017 - TTL Representation
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 "UC4-MedicationChange2017"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips> ] )
] ; #
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 UC4-MedicationChange2017</b></p><a name=\"UC4-MedicationChange2017\"> </a><a name=\"hcUC4-MedicationChange2017\"> </a><a name=\"UC4-MedicationChange2017-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 325267000}\">Insulin aspart</span></p><p><b>subject</b>: <a href=\"Patient-UC4-Patient.html\">Marta Perez Female, DoB: 1959-05-15</a></p><p><b>encounter</b>: <a href=\"Encounter-UC4-Encounter2017July.html\">Encounter: status = finished; class = AMB (AMB); period = 2017-07-10 --> (ongoing)</a></p><p><b>authoredOn</b>: 2017-07-10</p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:325267000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "325267000" ] ;
fhir:display [ fhir:v "Insulin aspart" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC4-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC4-Encounter2017July" ]
] ; #
fhir:authoredOn [ fhir:v "2017-07-10"^^xsd:date] . #