This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions 
{
"resourceType" : "CarePlan",
"id" : "careteam-1",
"meta" : {
"profile" : [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-careteam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: careteam-1</p><p><b>meta</b>: </p><p><b>subject</b>: <a href="Patient-peter-chalmers.html">Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964</a></p><p><b>status</b>: active</p><p><b>category</b>: careteam <span style="background: LightGoldenRodYellow">(Details : {http://argonaut.hl7.org code 'careteam' = 'careteam)</span></p><blockquote><p><b>participant</b></p><p><b>role</b>: Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease <span style="background: LightGoldenRodYellow">(Details : {http://www.nucc.org code '207RC0000X' = '207RC0000X', given as 'Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})</span></p><p><b>member</b>: <a href="Practitioner-1234.html">Adam Careful, MD. Generated Summary: id: 1234; 23; active; Adam Careful </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Behavioral Health & Social Service Providers:Psychologist <span style="background: LightGoldenRodYellow">(Details : {http://www.nucc.org code '103T00000X' = '103T00000X', given as 'Behavioral Health & Social Service Providers:Psychologist'})</span></p><p><b>member</b>: <a href="Practitioner-5678.html">Kathy Fielding, MD. Generated Summary: id: 5678; 24; active; Kathy Fielding </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-peter-chalmers.html">Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964</a></p></blockquote></div>"
},
"subject" : {
"reference" : "Patient/peter-chalmers",
"display" : "Peter Chalmers"
},
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://argonaut.hl7.org",
"code" : "careteam"
}
]
}
],
"participant" : [
{
"role" : {
"coding" : [
{
"system" : "http://www.nucc.org",
"code" : "207RC0000X",
"display" : "Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"
}
]
},
"member" : {
"reference" : "Practitioner/1234",
"display" : "Adam Careful, MD"
}
},
{
"role" : {
"coding" : [
{
"system" : "http://www.nucc.org",
"code" : "103T00000X",
"display" : "Behavioral Health & Social Service Providers:Psychologist"
}
]
},
"member" : {
"reference" : "Practitioner/5678",
"display" : "Kathy Fielding, MD"
}
},
{
"role" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "116154003",
"display" : "Patient (person)"
}
]
},
"member" : {
"reference" : "Patient/peter-chalmers",
"display" : "Peter Chalmers"
}
}
]
}