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

Generated Narrative

Resource "ambulation"

identifier: id: 45678

basedOn: CarePlan/preg: Maternity care plan

status: completed

intent: order

code: Ambulation (SNOMED CT#62013009 "Ambulating patient (procedure)")

subject: Patient/example "Peter CHALMERS"

authoredOn: 2017-03-05

requester: Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809: Dr. Beverly Crusher

reasonReference: Observation/blood-pressure: Blood Pressure

" ]; fhir:ServiceRequest.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "45678" ] ]; fhir:ServiceRequest.basedOn [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "CarePlan/preg" ]; fhir:Reference.display [ fhir:value "Maternity care plan" ] ]; fhir:ServiceRequest.status [ fhir:value "completed"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:62013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "62013009" ]; fhir:Coding.display [ fhir:value "Ambulating patient (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Ambulation" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ServiceRequest.authoredOn [ fhir:value "2017-03-05"^^xsd:date]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809" ]; fhir:Reference.display [ fhir:value "Dr. Beverly Crusher" ] ]; fhir:ServiceRequest.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/blood-pressure" ]; fhir:Reference.display [ fhir:value "Blood Pressure" ] ] . a fhir:CarePlan . a fhir:Patient . a fhir:Practitioner . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------