ELTSS 0.1.0 - STU1 Ballot 1

This page is part of the electronic Long-Term Services and Supports Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

eLTSS Contract Example - TTL Representation

(back to narrative)

Raw ttl

@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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "contract-contract1"];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/planner" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/planner>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/caremgr" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/caremgr>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/provider1" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/provider1>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/provider2" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/provider2>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/provider3" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/provider3>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/eLTSS/contract" ];
     fhir:Bundle.entry.resource <http://example.org/eLTSS/contract>
  ].

<http://example.org/eLTSS/planner> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "planner1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>Support Planner / Phone:</b> Mark Planner / (678) 555 1221</p>\n          </div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ];
     fhir:Identifier.value [ fhir:value "23" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Mark Planner" ];
     fhir:HumanName.family [ fhir:value "Planner" ];
     fhir:HumanName.given [
       fhir:value "Mark";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(678) 555 1221" ]
  ].

<http://example.org/eLTSS/caremgr> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "caremgr1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>Plan Monitor / Phone:</b> Sam Monitor / (770) 224 1599</p>\n          </div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ];
     fhir:Identifier.value [ fhir:value "24" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Sam Monitor" ];
     fhir:HumanName.family [ fhir:value "Monitor" ];
     fhir:HumanName.given [
       fhir:value "Sam";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(770) 224 1599" ]
  ].

<http://example.org/eLTSS/provider1> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "provider1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>Provider:</b> Lisa Performer </p>\n          </div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ];
     fhir:Identifier.value [ fhir:value "987654" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Lisa Performer" ];
     fhir:HumanName.family [ fhir:value "Performer" ];
     fhir:HumanName.given [
       fhir:value "Lisa";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(404) 555 1213" ]
  ].

<http://example.org/eLTSS/provider2> a fhir:Organization;
  fhir:Resource.id [ fhir:value "provider2"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>Organization:</b> The Transporter</p>\n          </div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "24680" ]
  ];
  fhir:Organization.name [ fhir:value "The Transporter, Inc."];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(404) 555 1313" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.text [ fhir:value "111 Business Street, Atlanta GA, 30318" ]
  ].

<http://example.org/eLTSS/provider3> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "provider3"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/practitioner-eltss>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>Practitioner:</b> Bill Driver</p>\n          </div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ];
     fhir:Identifier.value [ fhir:value "11223344" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Bill Driver" ];
     fhir:HumanName.family [ fhir:value "Driver" ];
     fhir:HumanName.given [
       fhir:value "Bill";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(678) 111 2222" ]
  ].

<http://example.org/eLTSS/contract> a fhir:Contract;
  fhir:Resource.id [ fhir:value "contract1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/contract-eltss";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/contract-eltss>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>eLTSS Signature in Contract form [eLTSS Support Planner Signature], [eLTSS Support Planner Printed Name], [eLTSS Support Planner Signature Date]  </p>\n          </div>"
  ];
  fhir:Contract.signer [
     fhir:index 0;
     fhir:Contract.signer.type [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
       fhir:Coding.code [ fhir:value "AUT" ]     ];
     fhir:Contract.signer.party [
       fhir:Reference.reference [ fhir:value "Practitioner/planner1" ]     ];
     fhir:Contract.signer.signature [
       fhir:index 0;
       fhir:Signature.type [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ]       ];
       fhir:Signature.when [ fhir:value "2018-04-02T03:00:00Z"^^xsd:dateTime ];
       fhir:Signature.who [
         fhir:Reference.reference [ fhir:value "Practitioner/planner1" ]       ];
       fhir:Signature.sigFormat [ fhir:value "image/jpeg" ];
       fhir:Signature.data [ fhir:value "R0lGODlhIAAgALMAADNmmWNjnGOcnJycnJzOnM7OnP///////////////////////////////////////yH5BAEAAAUALAAAAAAgACAAAARosMhJq704680l6OD0fSFHFmd5pai6vi7FerGYzWAK7HKs8zYVazcUVojH0gyZzFmYvQ4OGtXgUMDn5kqtwlZZLeaKJXOtYbG31lrXdKb0lyySi+l1PE1v5CtpbE0eRISFhod+gYoXEQAAOw=="^^xsd:base64Binary ]     ]
  ], [
     fhir:index 1;
     fhir:Contract.signer.type [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
       fhir:Coding.code [ fhir:value "HPROV" ]     ];
     fhir:Contract.signer.party [
       fhir:Reference.reference [ fhir:value "Practitioner/provider1" ]     ];
     fhir:Contract.signer.signature [
       fhir:index 0;
       fhir:Signature.type [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.7" ]       ];
       fhir:Signature.when [ fhir:value "2018-04-02T03:00:00Z"^^xsd:dateTime ];
       fhir:Signature.who [
         fhir:Reference.reference [ fhir:value "Practitioner/provider1" ]       ];
       fhir:Signature.sigFormat [ fhir:value "image/jpeg" ];
       fhir:Signature.data [ fhir:value "R0lGODlhIAAgALMAADNmmWNjnGOcnJycnJzOnM7OnP///////////////////////////////////////yH5BAEAAAUALAAAAAAgACAAAARosMhJq704680l6OD0fSFHFmd5pai6vi7FerGYzWAK7HKs8zYVazcUVojH0gyZzFmYvQ4OGtXgUMDn5kqtwlZZLeaKJXOtYbG31lrXdKb0lyySi+l1PE1v5CtpbE0eRISFhod+gYoXEQAAOw=="^^xsd:base64Binary ]     ]
  ], [
     fhir:index 2;
     fhir:Contract.signer.type [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
       fhir:Coding.code [ fhir:value "HPROV" ]     ];
     fhir:Contract.signer.party [
       fhir:Reference.reference [ fhir:value "Organization/provider2" ]     ];
     fhir:Contract.signer.signature [
       fhir:index 0;
       fhir:Signature.type [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.7" ]       ];
       fhir:Signature.when [ fhir:value "2018-04-02T03:00:00Z"^^xsd:dateTime ];
       fhir:Signature.who [
         fhir:Reference.reference [ fhir:value "Practitioner/provider3" ]       ];
       fhir:Signature.sigFormat [ fhir:value "image/jpeg" ];
       fhir:Signature.data [ fhir:value "R0lGODlhIAAgALMAADNmmWNjnGOcnJycnJzOnM7OnP///////////////////////////////////////yH5BAEAAAUALAAAAAAgACAAAARosMhJq704680l6OD0fSFHFmd5pai6vi7FerGYzWAK7HKs8zYVazcUVojH0gyZzFmYvQ4OGtXgUMDn5kqtwlZZLeaKJXOtYbG31lrXdKb0lyySi+l1PE1v5CtpbE0eRISFhod+gYoXEQAAOw=="^^xsd:base64Binary ]     ]
  ].

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

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