PACIO Re-Assessment Timepoints Implementation Guide 1.0.0 - STU 1 US
This page is part of the PACIO Re-Assessment Timepoints Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:ClinicalImpression; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "RT-HHA-ClinicalImpression-3-OASIS-FU-120"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ClinicalImpression</b><a name=\"RT-HHA-ClinicalImpression-3-OASIS-FU-120\"> </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 ClinicalImpression \"RT-HHA-ClinicalImpression-3-OASIS-FU-120\" </p></div><p><b>status</b>: completed</p><p><b>description</b>: Assessment and impression after 120 days of home health care</p><p><b>subject</b>: <a href=\"Patient-RT-Patient-BSJ.html\">Patient/RT-Patient-BSJ</a> \" SMITH-JOHNSON\"</p><p><b>encounter</b>: <a href=\"Encounter-RT-HHA-Encounter.html\">Encounter/RT-HHA-Encounter</a></p><p><b>effective</b>: 2021-08-04</p><h3>Investigations</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Item</b></td></tr><tr><td>*</td><td>OASIS 120-day Follow Up Assessments <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td><a href=\"Observation-RT-HHA-MOB-FU-120-OASIS-2D.html\">Observation/RT-HHA-MOB-FU-120-OASIS-2D</a>, <a href=\"Observation-RT-HHA-SC-FU-120-OASIS-2E.html\">Observation/RT-HHA-SC-FU-120-OASIS-2E</a></td></tr></table><p><b>summary</b>: continue recovery at home</p></div>" ]; fhir:ClinicalImpression.status [ fhir:value "completed"]; fhir:ClinicalImpression.description [ fhir:value "Assessment and impression after 120 days of home health care"]; fhir:ClinicalImpression.subject [ fhir:Reference.reference [ fhir:value "Patient/RT-Patient-BSJ" ] ]; fhir:ClinicalImpression.encounter [ fhir:Reference.reference [ fhir:value "Encounter/RT-HHA-Encounter" ] ]; fhir:ClinicalImpression.effectiveDateTime [ fhir:value "2021-08-04"^^xsd:date]; fhir:ClinicalImpression.investigation [ fhir:index 0; fhir:ClinicalImpression.investigation.code [ fhir:CodeableConcept.text [ fhir:value "OASIS 120-day Follow Up Assessments" ] ]; fhir:ClinicalImpression.investigation.item [ fhir:index 0; fhir:Reference.reference [ fhir:value "Observation/RT-HHA-MOB-FU-120-OASIS-2D" ] ], [ fhir:index 1; fhir:Reference.reference [ fhir:value "Observation/RT-HHA-SC-FU-120-OASIS-2E" ] ] ]; fhir:ClinicalImpression.summary [ fhir:value "continue recovery at home"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.