@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CareTeam

Resource CareTeam "mcc" Version "2" Updated "2022-04-21 17:30:10+0000"

Information Source: #fOlntPRC97ZmQthM!

Profile: AU Core CareTeam

status: active

name: Example Multiple Chronic Condition Care Team

subject: Patient/dan-harry " DAN"

participant

role: Nephrologist (SNOMED CT#11911009)

member: Practitioner/levin-henry: Henry Levin VII, MD " LEVIN"

participant

role: Nurse Practitioner (SNOMED CT#224571005)

member: Practitioner/nurse-nancy: Nancy Nurse, RN NP " NURSE"

participant

role: Primary care physician (SNOMED CT#446050000)

member: Practitioner/primary-peter: Peter Primary, MD " PRIMARY"

participant

role: Patient (person) (SNOMED CT#116154003)

member: Patient/dan-harry: Mr. Harry Dan, Patient " DAN"

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Example Multiple Chronic Condition Care Team"] ; # fhir:subject [ fhir:link ; 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:link ; 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:link ; 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:link ; 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:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ; fhir:display [ fhir:v "Mr. Harry Dan, Patient" ] ] ] ) . # # -------------------------------------------------------------------------------------