Digital Referral Prescription 1.0.0 - STU
Digital Referral Prescription - Downloaded Version 1.0.0 See the Directory of published versions
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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CarePlan ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "gpvisit"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrative</p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient1" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:period [ fhir:start [ fhir:v "2013-01-01T10:30:00+00:00"^^xsd:dateTime ] ] ; # fhir:activity ( [ ( fhir:outcomeReference [ fhir:reference [ fhir:v "encounter1" ] ] ) ; fhir:detail [ fhir:kind [ fhir:v "Appointment" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://example.org/local"^^xsd:anyURI ] ; fhir:code [ fhir:v "nursecon" ] ] ) ; fhir:text [ fhir:v "Nurse Consultation" ] ] ; fhir:status [ fhir:v "scheduled" ] ; fhir:scheduled [ a fhir:Period ; fhir:start [ fhir:v "2013-01-01T10:38:00+00:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2013-01-01T10:50:00+00:00"^^xsd:dateTime ] ] ; ( fhir:performer [ fhir:reference [ fhir:v "Practitioner/practitioner1" ] ; fhir:display [ fhir:v "Nurse Nancy" ] ] ) ] ] ) . #