VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: CareTeam-cardiologycareteam1

Raw json

{
  "resourceType" : "CareTeam",
  "id" : "cardiologycareteam1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-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>: cardiologycareteam1</p><p><b>meta</b>: </p><p><b>identifier</b>: Business ID = careteam0021 (SECONDARY)</p><p><b>status</b>: ACTIVE</p><p><b>category</b>: Condition-focused care team <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'LA27978-8' = 'LA27978-8', given as 'Condition-focused care team'})</span></p><p><b>name</b>: Founding Fathers Heart and Vascular Institute Cardiology Care Team</p><p><b>period</b>: 16/07/2016 --&gt; (ongoing)</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td><td><b>Period</b></td></tr><tr><td>*</td><td>Cardiologist <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '17561000' = 'Cardiologist', given as 'Cardiologist'})</span></td><td><a href="PractitionerRole-practitionerrole1.html">George Washington, a cardiologist at the Founding Fathers Memorial Hospital Heart and Vascular Institute. Generated Summary: id: practitionerrole1; Hospital ID = provider276 (SECONDARY); active; period: 22/02/2016 --&gt; (ongoing); <span title="Codes: {http://terminology.hl7.org/CodeSystem/practitioner-role doctor}">Doctor</span>; <span title="Codes: {http://snomed.info/sct 394579002}">Cardiology</span>; ph: 202-101-0123</a></td><td>16/07/2016 --&gt; (ongoing)</td></tr></table><p><b>managingOrganization</b>: <a href="Organization-foundingfathers.html">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><p><b>telecom</b>: heartteam@ffhospital.com(WORK)</p><p><b>note</b>: This care team was founded to optimize the management of complex cardiac cases</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/careteam-alias",
      "valueString" : "Founding Fathers Heart Team"
    },
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference",
      "valueReference" : {
        "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" : {
        "reference" : "HealthcareService/ffcardiology",
        "display" : "Founding Fathers Memorial Hospital Heart and Vascular Services"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/endpoint-reference",
      "valueReference" : {
        "reference" : "Endpoint/direct321",
        "display" : "Direct address for the Founding Fathers Heart and Vascular Institute"
      }
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "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" : [
    {
      "coding" : [
        {
          "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" : {
    "start" : "2016-07-16"
  },
  "participant" : [
    {
      "role" : [
        {
          "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" : [
    {
      "system" : "email",
      "value" : "heartteam@ffhospital.com",
      "use" : "work"
    }
  ],
  "note" : [
    {
      "authorString" : "Founding Fathers Memorial Hospital",
      "text" : "This care team was founded to optimize the management of complex cardiac cases"
    }
  ]
}