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

Generated Narrative

Resource "do-not-turn"

identifier: id: 20170201-0002

status: active

intent: order

priority: stat

doNotPerform: true

code: Turning patient in bed (procedure) (SNOMED CT#359962006)

subject: Patient/example "Peter CHALMERS"

authoredOn: 2017-02-01T17:23:07Z

requester: Practitioner/example: Dr Adam Careful "Adam CAREFUL"

reasonReference: : Patient has a spinal fracture

" ]; fhir:ServiceRequest.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://goodhealth.org/placer-ids" ]; fhir:Identifier.value [ fhir:value "20170201-0002" ] ]; fhir:ServiceRequest.status [ fhir:value "active"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.priority [ fhir:value "stat"]; fhir:ServiceRequest.doNotPerform [ fhir:value "true"^^xsd:boolean]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:359962006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "359962006" ]; fhir:Coding.display [ fhir:value "Turning patient in bed (procedure)" ] ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ServiceRequest.authoredOn [ fhir:value "2017-02-01T17:23:07Z"^^xsd:dateTime]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; fhir:ServiceRequest.reasonReference [ fhir:index 0; fhir:Reference.display [ fhir:value "Patient has a spinal fracture" ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------