This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: Active <span style="background: LightGoldenRodYellow ">(Details : {http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status code 'null' = '??', given as 'Active'})</span></p><p><b>name</b>: DAF-Core exampe CareTeam</p><p><b>subject</b>: <a href="Patient/example">Patient/example</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: Allopathic &amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease <span style="background: LightGoldenRodYellow ">(Details : {http://nucc.org/provider-taxonomy code '207RC0000X' = '??', given as 'Allopathic &amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})</span></p><p><b>member</b>: <a href="Practitioner/example">Kurtis Giles, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Behavioral Health &amp; Social Service Providers:Psychologist <span style="background: LightGoldenRodYellow ">(Details : {http://nucc.org/provider-taxonomy code '103T00000X' = '??', given as 'Behavioral Health &amp; Social Service Providers:Psychologist'})</span></p><p><b>member</b>: <a href="Practitioner/example2">Kathy Fielding, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style="background: LightGoldenRodYellow ">(Details : {SNOMED CT code '116154003' = 'Patient', given as 'Patient (person)'})</span></p><p><b>member</b>: <a href="Patient/example">Daniel A Johnson</a></p></blockquote></div>"
},
"status" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status",
"display" : "Active"
}
}
},
"name" : "DAF-Core exampe CareTeam",
"subject" : {
"reference" : "Patient/example"
},
"participant" : [
{
"role" : {
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "207RC0000X",
"display" : "Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"
}
}
},
"member" : {
"reference" : "Practitioner/example",
"display" : "Kurtis Giles, MD"
}
},
{
"role" : {
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "103T00000X",
"display" : "Behavioral Health & Social Service Providers:Psychologist"
}
}
},
"member" : {
"reference" : "Practitioner/example2",
"display" : "Kathy Fielding, MD"
}
},
{
"role" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "116154003",
"display" : "Patient (person)"
}
}
},
"member" : {
"reference" : "Patient/example",
"display" : "Daniel A Johnson"
}
}
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.