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

: Provenance Home Health Order - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Home-Health-Order"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-09T22:15:38.163+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#1epkyPWpes9hMxx2" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance>     ]
  ];
  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>: Home-Health-Order</p><p><b>meta</b>: </p><p><b>target</b>: <a href=\"ServiceRequest-HomeHealth.html\">Generated Summary: id: HomeHealth; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: active; intent: order; priority: routine; <span title=\"Codes: {http://snomed.info/sct 417153003}\">Referral for home nurse visit</span>; <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>; occurrence: May 8, 2020 2:33:27 AM; authoredOn: 2020-04-05; It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com); patientInstruction: Test patient instruction</a></p><p><b>recorded</b>: Aug 26, 2015 10:39:24 PM</p><p><b>reason</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">treatment</span></p><p><b>activity</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion AU}\">authenticated</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/contractsignertypecodes VERF}\">Verifier</span></td><td><span></span></td></tr></table><p><b>signature</b>: </p></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "ServiceRequest/HomeHealth" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2015-08-27T08:39:24+10:00"^^xsd:dateTime];
  fhir:Provenance.reason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:Coding.code [ fhir:value "TREAT" ];
       fhir:Coding.display [ fhir:value "treatment" ]     ]
  ];
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion" ];
       fhir:Coding.code [ fhir:value "AU" ];
       fhir:Coding.display [ fhir:value "authenticated" ]     ]
  ];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
         fhir:Coding.code [ fhir:value "VERF" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
         fhir:Identifier.value [ fhir:value "mailto://hhd@ssa.gov" ]       ]     ]
  ];
  fhir:Provenance.signature [
     fhir:index 0;
     fhir:Signature.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.5" ];
       fhir:Coding.display [ fhir:value "Verification Signature" ]     ];
     fhir:Signature.when [ fhir:value "2020-08-04T08:39:24+10:00"^^xsd:dateTime ];
     fhir:Signature.who [
       fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ]     ];
     fhir:Signature.targetFormat [ fhir:value "application/fhir+xml" ];
     fhir:Signature.sigFormat [ fhir:value "application/signature+xml" ];
     fhir:Signature.data [ fhir:value "Li4u"^^xsd:base64Binary ]
  ].

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

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