Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "cardiologycareteam1",
"meta" : // An example care team, which treats complex cardiac cases for Founding Fathers Memorial Hospital
{
"profile" : [
🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-careteam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam cardiologycareteam1</b></p><a name=\"cardiologycareteam1\"> </a><a name=\"hccardiologycareteam1\"> </a><a name=\"cardiologycareteam1-en-US\"> </a><p><b>identifier</b>: Business ID/careteam0021\u00a0(use:\u00a0secondary,\u00a0period:\u00a02016-07-16 09:00:00-0500 --> (ongoing))</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LA27978-8}\">Condition-focused care team</span></p><p><b>name</b>: Founding Fathers Heart and Vascular Institute Cardiology Care Team</p><p><b>period</b>: 2016-07-16 --> (ongoing)</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 17561000}\">Cardiologist</span></td><td><a href=\"PractitionerRole-practitionerrole1.html\">George Washington, a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute</a></td><td>2016-07-16 --> (ongoing)</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital</a></p><p><b>telecom</b>: <a href=\"mailto:heartteam@ffhospital.com\">heartteam@ffhospital.com</a></p><p><b>note</b>: This care team was founded to optimize the management of complex cardiac cases (By Founding Fathers Memorial Hospital)</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/careteam-alias",
"valueString" : "Founding Fathers Heart Team"
},
// This care team is also known as the Founding Fathers Heart Team
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference",
"valueReference" : // This care team is located at the Founding Fathers Memorial Hospital Heart and Vascular Institute
{
🔗 "reference" : "Location/loc-ffmh-hvi",
"display" : "Founding Fathers Memorial Hospital Heart and Vascular Institute"
}
},
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/healthcareservice-reference",
"valueReference" : // This care team provides heart and vascular services
{
🔗 "reference" : "HealthcareService/ffcardiology",
"display" : "Founding Fathers Memorial Hospital Heart and Vascular Services"
}
},
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/endpoint-reference",
"valueReference" : // A reference to an electronic endpoint for this care team
{
🔗 "reference" : "Endpoint/direct321",
"display" : "Direct address for the Founding Fathers Heart and Vascular Institute"
}
}
],
"identifier" : [
{
"extension" : [
// Internal business ID for the care team assigned by Founding Fathers Memorial Hospital
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
"valueCode" : "active"
}
],
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN",
"display" : "Provider number"
}
],
"text" : "Business ID"
},
"system" : "http://example.org/www.foundingfathersmemorial.com",
"value" : "careteam0021",
"period" : {
"start" : "2016-07-16T09:00:00-05:00"
},
"assigner" : {
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
}
}
],
"status" : "active",
"category" : [
// This care team is active
{
"coding" : [
// This care team focuses on a specific condition
{
"system" : "http://loinc.org",
"code" : "LA27978-8",
"display" : "Condition-focused care team",
"userSelected" : true
}
]
}
],
"name" : "Founding Fathers Heart and Vascular Institute Cardiology Care Team",
"period" : // The name of this care team
{
"start" : "2016-07-16"
},
"participant" : [
// This care team was established on July 16, 2016
{
"role" : [
// Describes a participant on the care team, George Washington, who is a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "17561000",
"display" : "Cardiologist"
}
]
}
],
"member" : {
🔗 "reference" : "PractitionerRole/practitionerrole1",
"display" : "George Washington, a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute"
},
"period" : {
"start" : "2016-07-16"
}
}
],
"managingOrganization" : [
{
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
}
],
"telecom" : [
// This care team is managed by Founding Fathers Memorial Hospital
{
"system" : "email",
"value" : "heartteam@ffhospital.com",
"use" : "work"
}
],
"note" : [
// an email address for contacting this care team
{
"authorString" : "Founding Fathers Memorial Hospital",
"text" : "This care team was founded to optimize the management of complex cardiac cases"
}
]
}