This page is part of the PACIO Re-Assessment Timepoints 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
@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 "MDS-Re-assessment-Timepoint-2"];
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</b></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 \"MDS-Re-assessment-Timepoint-2\" </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: MDS-Re-assessment-Timepoint-2001</p><p><b>status</b>: finished</p><p><b>class</b>: skilled nursing facility (Details: http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs code SNF = 'skilled nursing facility', stated as 'skilled nursing facility')</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>: Minimum Data 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>#mds)</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1</a> \" SMITH-JOHNSON\"</p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-Episodecare-1-SNF-Stay.html\">EpisodeOfCare/Episodecare-1-SNF-Stay</a></p><p><b>basedOn</b>: <span>: Clinical Impression</span></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-Practitioner-SummerJohnson.html\">Practitioner/Practitioner-SummerJohnson</a> \" JOHNSON\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-Practitioner-JenCadbury.html\">Practitioner/Practitioner-JenCadbury</a> \" CADBURY\"</p></blockquote><p><b>period</b>: 2020-01-14 --> 2020-02-10</p><p><b>reasonCode</b>: Cerebral infarction due to embolism of right middle cerebral artery <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I63.411)</span></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Observation-SNF-SC-IP-MDS-IPA-1D.html\">Observation/SNF-SC-IP-MDS-IPA-1D</a></li><li><a href=\"Observation-SNF-MOB-IP-MDS-IPA-1C.html\">Observation/SNF-MOB-IP-MDS-IPA-1C</a></li><li><a href=\"Observation-SNF-SC-DP-MDS-Discharge-ND-1E.html\">Observation/SNF-SC-DP-MDS-Discharge-ND-1E</a></li><li><a href=\"Observation-SNF-MOB-DP-MDS-Discharge-ND-1D.html\">Observation/SNF-MOB-DP-MDS-Discharge-ND-1D</a></li></ul><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-Provider-Org-Loc-1.html\">Location/Provider-Org-Loc-1</a> \"Happy Nursing Facility\"</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-Provider-Org-1.html\">Organization/Provider-Org-1</a> \"Happy Nursing Facility\"</p><p><b>partOf</b>: <a href=\"Encounter-Encounter-1-SNF-Stay.html\">Encounter/Encounter-1-SNF-Stay</a></p></div>"
];
fhir:Encounter.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://example.org/identifiers/patient" ];
fhir:Identifier.value [ fhir:value "MDS-Re-assessment-Timepoint-2001" ]
];
fhir:Encounter.status [ fhir:value "finished"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs" ];
fhir:Coding.code [ fhir:value "SNF" ];
fhir:Coding.display [ fhir:value "skilled nursing facility" ]
];
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 "mds" ];
fhir:Coding.display [ fhir:value "Minimum Data Set" ] ]
];
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
];
fhir:Encounter.episodeOfCare [
fhir:index 0;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/Episodecare-1-SNF-Stay" ]
];
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/ClinicalImpression-1" ] ] ];
fhir:Reference.display [ fhir:value "Clinical Impression" ]
];
fhir:Encounter.participant [
fhir:index 0;
fhir:Encounter.participant.individual [
fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-SummerJohnson" ] ]
], [
fhir:index 1;
fhir:Encounter.participant.individual [
fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JenCadbury" ] ]
];
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2020-01-14"^^xsd:date ];
fhir:Period.end [ fhir:value "2020-02-10"^^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 "I63.411" ];
fhir:Coding.display [ fhir:value "Cerebral infarction due to embolism of right middle cerebral artery" ] ]
];
fhir:Encounter.reasonReference [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/SNF-SC-IP-MDS-IPA-1D" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/SNF-MOB-IP-MDS-IPA-1C" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Observation/SNF-SC-DP-MDS-Discharge-ND-1E" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "Observation/SNF-MOB-DP-MDS-Discharge-ND-1D" ]
];
fhir:Encounter.location [
fhir:index 0;
fhir:Encounter.location.location [
fhir:Reference.reference [ fhir:value "Location/Provider-Org-Loc-1" ] ]
];
fhir:Encounter.serviceProvider [
fhir:Reference.reference [ fhir:value "Organization/Provider-Org-1" ]
];
fhir:Encounter.partOf [
fhir:Reference.reference [ fhir:value "Encounter/Encounter-1-SNF-Stay" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.