@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/dme-orders/ServiceRequest/HomeHealth> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HomeHealth"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "2" ] ;
     fhir:lastUpdated [ fhir:v "2020-08-09T22:54:52.762Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"HomeHealth\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;HomeHealth&quot; Version &quot;2&quot; Updated &quot;2020-08-09 22:54:52+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-servicerequest.html\">PAO ServiceRequest</a></p></div><p><b>identifier</b>: id: 56ae5855-9f20-41e4-a59d-000e36d9d85a</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Referral for home nurse visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#417153003)</span></p><p><b>orderDetail</b>: Referral for home physical therapy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#416790000; <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#97039 &quot;Physical therapy treatment&quot;; <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#92507 &quot;Speech/hearing therapy&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>encounter</b>: <a href=\"Encounter-Inpatient.html\">Encounter/Inpatient</a></p><p><b>occurrence</b>: 2020-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2020-04-05</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone, MD</a> &quot; BONE&quot;</p><p><b>note</b>: It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)</p><p><b>patientInstruction</b>: Test patient instruction</p></div>"
  ] ; # 
  fhir:identifier ( [
     fhir:value [ fhir:v "56ae5855-9f20-41e4-a59d-000e36d9d85a" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:417153003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "417153003" ] ;
       fhir:display [ fhir:v "Referral for home nurse visit" ]
     ] )
  ] ; # 
  fhir:orderDetail ( [
     fhir:coding ( [
       a sct:416790000 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "416790000" ] ;
       fhir:display [ fhir:v "Referral for home physical therapy" ]
     ] [
       fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "97039" ] ;
       fhir:display [ fhir:v "Physical therapy treatment" ]
     ] [
       fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "92507" ] ;
       fhir:display [ fhir:v "Speech/hearing therapy" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/us/dme-orders/Patient/example1> ;
     fhir:reference [ fhir:v "Patient/example1" ] ;
     fhir:display [ fhir:v "Amy Shaw" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/us/dme-orders/Encounter/Inpatient> ;
     fhir:reference [ fhir:v "Encounter/Inpatient" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-05-08T09:33:27+07:00"^^xsd:dateTime] ; # 
  fhir:authoredOn [ fhir:v "2020-04-05"^^xsd:date] ; # 
  fhir:requester [
     fhir:link <http://hl7.org/fhir/us/dme-orders/Practitioner/practitioner-1> ;
     fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
     fhir:display [ fhir:v "Ronald Bone, MD" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)" ]
  ] ) ; # 
  fhir:patientInstruction [ fhir:v "Test patient instruction"] . # 

<http://hl7.org/fhir/us/dme-orders/Patient/example1> a fhir:us .

<http://hl7.org/fhir/us/dme-orders/Encounter/Inpatient> a fhir:us .

<http://hl7.org/fhir/us/dme-orders/Practitioner/practitioner-1> a fhir:us .

# -------------------------------------------------------------------------------------

