PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: BSJ1-CareTeam-SNFDischargeToHHA - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ1-CareTeam-SNFDischargeToHHA"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-09-21T13:54:22.000+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam BSJ1-CareTeam-SNFDischargeToHHA</b></p><a name=\"BSJ1-CareTeam-SNFDischargeToHHA\"> </a><a name=\"hcBSJ1-CareTeam-SNFDischargeToHHA\"> </a><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\">version: 1; Last updated: 2024-09-21 13:54:22+0000</p></div><p><b>status</b>: Active</p><p><b>name</b>: Post Discharge to Home Care Team</p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>period</b>: 2024-09-20 05:00:00+0000 --&gt; (ongoing)</p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 453231000124104}\">Primary Care Physician</span></p><p><b>member</b>: <a href=\"PractitionerRole-Role-IMMD-AnitaChu.html\">PractitionerRole Primary care provider (occupation)</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 24430003}\">Physical Therapist</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-PT-DeyonteDarden.html\">PractitionerRole Physical Therapist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 159026005}\">Speech Language Pathologist</span></p><p><b>member</b>: <a href=\"Practitioner-Practitioner-AlexanderKuikhoff.html\">Practitioner Alexander Kuikhoff</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 80546007}\">Occupational Therapist</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-OT-SonjaValdez.html\">PractitionerRole Occupational Therapist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207R00000X}\">SNF Geriatrician</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-MD-HemaOnko.html\">PractitionerRole Internal Medicine Physician</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 159026005}\">HHA Speech Language Pathologist</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-SLP-MiaRinaldi.html\">PractitionerRole Speech-Language Pathologist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 363L00000X}\">HHA Nurse Practitioner</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-DNP-JudySalas.html\">PractitionerRole Nurse Practitioner</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 225X00000X}\">HHA Occupational Therapist</span></p><p><b>member</b>: <a href=\"PractitionerRole-PractitionerRole-OT-InaKrause.html\">PractitionerRole Occupational Therapist</a></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Post Discharge to Home Care Team"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-betsysmith-johnson01" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-09-20T05:00:00.000Z"^^xsd:dateTime ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a sct:453231000124104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "453231000124104" ] ;
fhir:display [ fhir:v "Primary care provider (occupation)" ]       ] ) ;
fhir:text [ fhir:v "Primary Care Physician" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/Role-IMMD-AnitaChu" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:24430003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24430003" ] ;
fhir:display [ fhir:v "Physical medicine specialist" ]       ] ) ;
fhir:text [ fhir:v "Physical Therapist" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-PT-DeyonteDarden" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:159026005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "159026005" ] ;
fhir:display [ fhir:v "Speech and language therapist" ]       ] ) ;
fhir:text [ fhir:v "Speech Language Pathologist" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/Practitioner-AlexanderKuikhoff" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:80546007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80546007" ] ;
fhir:display [ fhir:v "Occupational Therapist" ]       ] ) ;
fhir:text [ fhir:v "Occupational Therapist" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-OT-SonjaValdez" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207R00000X" ] ;
fhir:display [ fhir:v "Internal Medicine Physician" ]       ] ) ;
fhir:text [ fhir:v "SNF Geriatrician" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-MD-HemaOnko" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:159026005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "159026005" ] ;
fhir:display [ fhir:v "Speech and language therapist" ]       ] ) ;
fhir:text [ fhir:v "HHA Speech Language Pathologist" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-SLP-MiaRinaldi" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363L00000X" ] ;
fhir:display [ fhir:v "Nurse Practitioner" ]       ] ) ;
fhir:text [ fhir:v "HHA Nurse Practitioner" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-DNP-JudySalas" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225X00000X" ] ;
fhir:display [ fhir:v "Occupational Therapist" ]       ] ) ;
fhir:text [ fhir:v "HHA Occupational Therapist" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-OT-InaKrause" ]     ]
  ] ) . #