MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: careteam-for-bundle - 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 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 "careteam-for-bundle"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam>     ] )
  ] ; # 
  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 careteam-for-bundle</b></p><a name=\"careteam-for-bundle\"> </a><a name=\"hccareteam-for-bundle\"> </a><a name=\"careteam-for-bundle-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Care Team of Noelle Example for LONG-COVID bundle</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle  Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 446050000}\">Primary care physician (occupation)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 116154003}\">Patient (person)</span></p><p><b>member</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Noelle</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 768820003}\">Care coordinator (occupation)</span></p><p><b>member</b>: <a href=\"PractitionerRole-careCoordinator-1.html\">Julie Smith</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver (person)</span></p><p><b>member</b>: <a href=\"RelatedPerson-daughter1.html\">Rose  Noelle</a></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Care Team of Noelle Example for LONG-COVID bundle"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a sct:446050000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108/version/20220301" ] ;
fhir:code [ fhir:v "446050000" ] ;
fhir:display [ fhir:v "Primary care physician (occupation)" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:116154003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116154003" ] ;
fhir:display [ fhir:v "Patient (person)" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Noelle" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:768820003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "768820003" ] ;
fhir:display [ fhir:v "Care coordinator (occupation)" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/careCoordinator-1" ] ;
fhir:display [ fhir:v "Julie Smith" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:133932002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "133932002" ] ;
fhir:display [ fhir:v "Caregiver (person)" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "RelatedPerson/daughter1" ] ;
fhir:display [ fhir:v "Rose  Noelle" ]     ]
  ] ) . #