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

Generated Narrative

Resource "physical-therapy"

status: completed

intent: order

category: Evaluation (SNOMED CT#386053000 "Evaluation procedure (procedure)")

code: Assessment of passive range of motion (SNOMED CT#710830005 "Assessment of passive range of motion (procedure)")

subject: Patient/example "Peter CHALMERS"

occurrence: 2016-09-27

authoredOn: 2016-09-20

requester: : Ollie Ortho, MD

performer: : Paul Therapist, PT

reasonCode: assessment of mobility limitations due to osteoarthritis ()

bodySite: Both knees (SNOMED CT#36701003 "Both knees (body structure)")

" ]; fhir:ServiceRequest.status [ fhir:value "completed"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:386053000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "386053000" ]; fhir:Coding.display [ fhir:value "Evaluation procedure (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Evaluation" ] ]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:710830005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "710830005" ]; fhir:Coding.display [ fhir:value "Assessment of passive range of motion (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Assessment of passive range of motion" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2016-09-27"^^xsd:date]; fhir:ServiceRequest.authoredOn [ fhir:value "2016-09-20"^^xsd:date]; fhir:ServiceRequest.requester [ fhir:Reference.display [ fhir:value "Ollie Ortho, MD" ] ]; fhir:ServiceRequest.performer [ fhir:index 0; fhir:Reference.display [ fhir:value "Paul Therapist, PT" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "assessment of mobility limitations due to osteoarthritis" ] ]; fhir:ServiceRequest.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:36701003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "36701003" ]; fhir:Coding.display [ fhir:value "Both knees (body structure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Both knees" ] ] . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------