Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CareTeamExample - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "CareTeamExample",
  "meta" : {
    "profile" : [
      🔗 "http://vanna.health/fhir/StructureDefinition/vanna-care-team"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"CareTeamExample\"> </a><a name=\"hcCareTeamExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource CareTeam &quot;CareTeamExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vanna-care-team.html\">VannaCareTeam</a></p></div><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24\">Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24: Mr. Adolfo Manuel Grant</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td>Coach <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-practitionerrole-code.html\">Vanna Practitioner Role Code System</a>#coach)</span></td><td><a href=\"http://fhir.org/packages/us.nlm.vsac/PractitionerRole/dbf24c0e-7449-4d14-ab65-209981b97c5e\">PractitionerRole/dbf24c0e-7449-4d14-ab65-209981b97c5e: Jeff Peterson</a></td></tr></table><p><b>managingOrganization</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Organization/8844508a-f391-4b68-8765-1521e5075c59\">Organization/8844508a-f391-4b68-8765-1521e5075c59: Vanna Philadelphia</a></p></div>"
  },
  "status" : "active",
  "subject" : {
    "reference" : "Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24",
    "display" : "Mr. Adolfo Manuel Grant"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://vanna.health/fhir/CodeSystem/practitionerrole-code",
              "code" : "coach"
            }
          ]
        }
      ],
      "member" : {
        "reference" : "PractitionerRole/dbf24c0e-7449-4d14-ab65-209981b97c5e",
        "display" : "Jeff Peterson"
      }
    }
  ],
  "managingOrganization" : [
    {
      "reference" : "Organization/8844508a-f391-4b68-8765-1521e5075c59",
      "display" : "Vanna Philadelphia"
    }
  ]
}