This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "CareTeam",
"id" : "dzop-team-0002-nurses",
"meta" : {
"versionId" : "3",
"profile" : [
"https://www.hl7belgium.org/fhir/StructureDefinition/be-homecare-team"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: dzop-team-0002-nurses</p><p><b>meta</b>: </p><p><b>identifier</b>: DZOP-Pia-2020001</p><p><b>status</b>: active</p><p><b>category</b>: Home & Community Based Services (HCBS)-focused care team <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code 'LA28866-4' = 'Home & Community Based Services (HCBS)-focused care team', given as 'Home & Community Based Services (HCBS)-focused care team'})</span></p><p><b>name</b>: Pia's 2020 Care team for post-op care - Nurses and acaregivers ad-hoc team</p><p><b>subject</b>: <a href=\"Patient-pia.html\">Pia. Generated Summary: id: pia; Pia Peters (OFFICIAL); gender: female</a></p><p><b>period</b>: ?? --> 01-Jan-2013 00:00:00</p><blockquote><p><b>participant</b></p><p><b>role</b>: healthcare-actor <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>member</b>: <a href=\"Practitioner-nathalie.html\">Nurse Nathalie. Generated Summary: id: nathalie; Nathalie </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: informal care actor <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>member</b>: <a href=\"RelatedPerson-dina.html\">Dina (daughter). Generated Summary: id: dina; Dina </a></p><p><b>period</b>: ?? --> 01-Jan-2013 00:00:00</p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-dzop.html\">Generated Summary: id: dzop; name: DZOP</a></p></div>"
},
"identifier" : [
{
"value" : "DZOP-Pia-2020001"
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA28866-4",
"display" : "Home & Community Based Services (HCBS)-focused care team"
}
]
}
],
"name" : "Pia's 2020 Care team for post-op care - Nurses and acaregivers ad-hoc team",
"subject" : {
"reference" : "Patient/pia",
"display" : "Pia"
},
"period" : {
"end" : "2013-01-01"
},
"participant" : [
{
"role" : [
{
"text" : "healthcare-actor"
}
],
"member" : {
"reference" : "Practitioner/nathalie",
"display" : "Nurse Nathalie"
}
},
{
"role" : [
{
"text" : "informal care actor"
}
],
"member" : {
"reference" : "RelatedPerson/dina",
"display" : "Dina (daughter)"
},
"period" : {
"end" : "2013-01-01"
}
}
],
"managingOrganization" : [
{
"reference" : "Organization/dzop"
}
]
}