AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: CareTeam - multiple chronic conditions (part of multiple chronic condition care plan) - TTL Representation

Page standards status: Informative

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 "mcc"] ; #   Example adapted from MCC eCare Plan Implementation Guide MCCCareTeamexample  
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-04-21T17:30:10.117+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#fOlntPRC97ZmQthM"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"mcc\"> </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 CareTeam &quot;mcc&quot; Version &quot;2&quot; Updated &quot;2022-04-21 17:30:10+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #fOlntPRC97ZmQthM!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-careteam.html\">AU Core CareTeam</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Example Multiple Chronic Condition Care Team</p><p><b>subject</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> &quot; DAN&quot;</p><blockquote><p><b>participant</b></p><p><b>role</b>: Nephrologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#11911009)</span></p><p><b>member</b>: <a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Henry Levin VII, MD</a> &quot; LEVIN&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Nurse Practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#224571005)</span></p><p><b>member</b>: <a href=\"Practitioner-nurse-nancy.html\">Practitioner/nurse-nancy: Nancy Nurse, RN NP</a> &quot; NURSE&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#446050000)</span></p><p><b>member</b>: <a href=\"Practitioner-primary-peter.html\">Practitioner/primary-peter: Peter Primary, MD</a> &quot; PRIMARY&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#116154003)</span></p><p><b>member</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry: Mr. Harry Dan, Patient</a> &quot; DAN&quot;</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Example Multiple Chronic Condition Care Team"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/dan-harry" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a sct:11911009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11911009" ] ;
fhir:display [ fhir:v "Nephrologist" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/levin-henry" ] ;
fhir:display [ fhir:v "Henry Levin VII, MD" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:224571005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "224571005" ] ;
fhir:display [ fhir:v "Nurse Practitioner" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/nurse-nancy" ] ;
fhir:display [ fhir:v "Nancy Nurse, RN NP" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:446050000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "446050000" ] ;
fhir:display [ fhir:v "Primary care physician" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/primary-peter" ] ;
fhir:display [ fhir:v "Peter Primary, MD" ]     ]
  ] [
    ( 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/dan-harry" ] ;
fhir:display [ fhir:v "Mr. Harry Dan, Patient" ]     ]
  ] ) . #