PACIO Re-Assessment Timepoints Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Re-Assessment Timepoints Implementation Guide, published by HL7 Community-Based Care and Privacy Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-rt/ and changes regularly. See the Directory of published versions

: RT-HHA-Encounter-Re-Assessment-Timepoint-1 - 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:Encounter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "RT-HHA-Encounter-Re-Assessment-Timepoint-1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/reassessment-timepoints-encounter";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-rt/StructureDefinition/reassessment-timepoints-encounter>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"RT-HHA-Encounter-Re-Assessment-Timepoint-1\"> </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 Encounter \"RT-HHA-Encounter-Re-Assessment-Timepoint-1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-reassessment-timepoints-encounter.html\">Re-Assessment Timepoints Encounter</a></p></div><p><b>identifier</b>: id: OASIS-Re-Assessment-Timepoint-1001</p><p><b>status</b>: finished</p><p><b>class</b>: home health (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code HH = 'home health', stated as 'home health')</p><p><b>type</b>: Payer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-timepoint-entity-cs.html\">Timepoint Entity Code System</a>#payer)</span></p><p><b>serviceType</b>: Outcome and Assessment Information Set <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-timepoint-service-type-cs.html\">Timepoint Service Type Code System</a>#oasis)</span></p><p><b>subject</b>: <a href=\"Patient-RT-Patient-BSJ.html\">Patient/RT-Patient-BSJ</a> \" SMITH-JOHNSON\"</p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-RT-HHA-EpisodeOfCare.html\">EpisodeOfCare/RT-HHA-EpisodeOfCare</a></p><p><b>basedOn</b>: </p><ul><li><span>: Assessment and impression at start of home health care</span></li><li><span>: Assessment and impression after 60 days of home health care</span></li></ul><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-RT-Practitioner-LunaBaskins.html\">Practitioner/RT-Practitioner-LunaBaskins</a> \" BASKINS\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-RT-Practitioner-JacobHartwell.html\">Practitioner/RT-Practitioner-JacobHartwell</a> \" HARTWELL\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-RT-Practitioner-ScottDumble.html\">Practitioner/RT-Practitioner-ScottDumble</a> \" DUMBLE\"</p></blockquote><p><b>period</b>: 2021-04-07 --&gt; 2021-06-01</p><p><b>reasonCode</b>: Unspecified sequelae of cerebral infarction <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I69.30)</span></p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-RT-PractitionerOrgLoc-SkyHarbor-HHA.html\">Location/RT-PractitionerOrgLoc-SkyHarbor-HHA</a> \"Sky Harbor Home Health Services\"</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-RT-PractitionerOrg-SkyHarbor-HHA.html\">Organization/RT-PractitionerOrg-SkyHarbor-HHA</a> \"Sky Harbor Home Health Services\"</p><p><b>partOf</b>: <a href=\"Encounter-RT-HHA-Encounter.html\">Encounter/RT-HHA-Encounter</a></p></div>"
  ];
  fhir:Encounter.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://example.org/identifiers/patient" ];
     fhir:Identifier.value [ fhir:value "OASIS-Re-Assessment-Timepoint-1001" ]
  ];
  fhir:Encounter.status [ fhir:value "finished"];
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
     fhir:Coding.code [ fhir:value "HH" ];
     fhir:Coding.display [ fhir:value "home health" ]
  ];
  fhir:Encounter.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs" ];
       fhir:Coding.code [ fhir:value "payer" ];
       fhir:Coding.display [ fhir:value "Payer" ]     ]
  ];
  fhir:Encounter.serviceType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-service-type-cs" ];
       fhir:Coding.code [ fhir:value "oasis" ];
       fhir:Coding.display [ fhir:value "Outcome and Assessment Information Set" ]     ]
  ];
  fhir:Encounter.subject [
     fhir:Reference.reference [ fhir:value "Patient/RT-Patient-BSJ" ]
  ];
  fhir:Encounter.episodeOfCare [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "EpisodeOfCare/RT-HHA-EpisodeOfCare" ]
  ];
  fhir:Encounter.basedOn [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "ClinicalImpression/RT-HHA-ClinicalImpression-1-OASIS-SOC" ]       ]     ];
     fhir:Reference.display [ fhir:value "Assessment and impression at start of home health care" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "ClinicalImpression/RT-HHA-ClinicalImpression-2-OASIS-FU-60" ]       ]     ];
     fhir:Reference.display [ fhir:value "Assessment and impression after 60 days of home health care" ]
  ];
  fhir:Encounter.participant [
     fhir:index 0;
     fhir:Encounter.participant.individual [
       fhir:Reference.reference [ fhir:value "Practitioner/RT-Practitioner-LunaBaskins" ]     ]
  ], [
     fhir:index 1;
     fhir:Encounter.participant.individual [
       fhir:Reference.reference [ fhir:value "Practitioner/RT-Practitioner-JacobHartwell" ]     ]
  ], [
     fhir:index 2;
     fhir:Encounter.participant.individual [
       fhir:Reference.reference [ fhir:value "Practitioner/RT-Practitioner-ScottDumble" ]     ]
  ];
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2021-04-07"^^xsd:date ];
     fhir:Period.end [ fhir:value "2021-06-01"^^xsd:date ]
  ];
  fhir:Encounter.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10-cm" ];
       fhir:Coding.code [ fhir:value "I69.30" ];
       fhir:Coding.display [ fhir:value "Unspecified sequelae of cerebral infarction" ]     ]
  ];
  fhir:Encounter.location [
     fhir:index 0;
     fhir:Encounter.location.location [
       fhir:Reference.reference [ fhir:value "Location/RT-PractitionerOrgLoc-SkyHarbor-HHA" ]     ]
  ];
  fhir:Encounter.serviceProvider [
     fhir:Reference.reference [ fhir:value "Organization/RT-PractitionerOrg-SkyHarbor-HHA" ]
  ];
  fhir:Encounter.partOf [
     fhir:Reference.reference [ fhir:value "Encounter/RT-HHA-Encounter" ]
  ].

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

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