Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: ServiceRequest Home Health - 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:Resource.id [ fhir:value "HomeHealth"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-09T18:54:52.762+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#sD6N012O4CFWcg2d" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: HomeHealth</p><p><b>meta</b>: </p><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>: <span title=\"Codes: {http://snomed.info/sct 417153003}\">Referral for home nurse visit</span></p><p><b>orderDetail</b>: <span title=\"Codes: {http://snomed.info/sct 416790000}, {http://www.ama-assn.org/go/cpt 97039}, {http://www.ama-assn.org/go/cpt 92507}\">Referral for home physical therapy</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Amy Shaw. Generated Summary: id: example1; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME); gender: female; birthDate: 1987-02-20</a></p><p><b>encounter</b>: <a href=\"Encounter-Inpatient.html\">Generated Summary: id: Inpatient; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></a></p><p><b>occurrence</b>: May 8, 2020 2:33:27 AM</p><p><b>authoredOn</b>: 2020-04-05</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone, MD. Generated Summary: id: practitioner-1; id: 9941339108; Ronald Bone </a></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:ServiceRequest.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "56ae5855-9f20-41e4-a59d-000e36d9d85a" ]
  ];
  fhir:ServiceRequest.status [ fhir:value "active"];
  fhir:ServiceRequest.intent [ fhir:value "order"];
  fhir:ServiceRequest.priority [ fhir:value "routine"];
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:417153003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "417153003" ];
       fhir:Coding.display [ fhir:value "Referral for home nurse visit" ]     ]
  ];
  fhir:ServiceRequest.orderDetail [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:416790000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "416790000" ];
       fhir:Coding.display [ fhir:value "Referral for home physical therapy" ]     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ];
       fhir:Coding.code [ fhir:value "97039" ];
       fhir:Coding.display [ fhir:value "Physical therapy treatment" ]     ], [
       fhir:index 2;
       fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ];
       fhir:Coding.code [ fhir:value "92507" ];
       fhir:Coding.display [ fhir:value "Speech/hearing therapy" ]     ]
  ];
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/example1" ];
     fhir:Reference.display [ fhir:value "Amy Shaw" ]
  ];
  fhir:ServiceRequest.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/Inpatient" ]
  ];
  fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2020-05-08T09:33:27+07:00"^^xsd:dateTime];
  fhir:ServiceRequest.authoredOn [ fhir:value "2020-04-05"^^xsd:date];
  fhir:ServiceRequest.requester [
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ];
     fhir:Reference.display [ fhir:value "Ronald Bone, MD" ]
  ];
  fhir:ServiceRequest.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "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:ServiceRequest.patientInstruction [ fhir:value "Test patient instruction"].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.