0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC3-PhysicalTherapyReferral1 - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC3-PhysicalTherapyReferral1"] ; # 
  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: ServiceRequest UC3-PhysicalTherapyReferral1</b></p><a name=\"UC3-PhysicalTherapyReferral1\"> </a><a name=\"hcUC3-PhysicalTherapyReferral1\"> </a><a name=\"UC3-PhysicalTherapyReferral1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91251008}\">Physical therapy procedure</span></p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller  Male, DoB: 1984-05-10</a></p><p><b>encounter</b>: <a href=\"Encounter-UC3-EncounterAnkylosingSpondylitis.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-10-10 --&gt; (ongoing)</a></p><p><b>authoredOn</b>: 2020-10-10</p><p><b>note</b>: Referral made following MRI results indicating degenerative disc disease.</p><p><b>patientInstruction</b>: Attend physical therapy sessions twice a week for four weeks.</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:91251008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91251008" ] ;
fhir:display [ fhir:v "Physical therapy procedure" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC3-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC3-EncounterAnkylosingSpondylitis" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-10-10"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Referral made following MRI results indicating degenerative disc disease." ]
  ] ) ; # 
  fhir:patientInstruction [ fhir:v "Attend physical therapy sessions twice a week for four weeks."] . #