{
  "resourceType" : "CareTeam",
  "id" : "example-care-team-inactive",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam example-care-team-inactive</b></p><a name=\"example-care-team-inactive\"> </a><a name=\"hcexample-care-team-inactive\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-care-team-de.html\">CareTeam DE</a></p></div><p><b>status</b>: Inactive</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LA27975-4}\">Event-focused care team</span></p><p><b>name</b>: Behandler-Team 2023</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2023-01-01 --&gt; 2023-12-31</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:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle arzt}\">Arzt</span></td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></td><td>2023-01-01 --&gt; 2023-12-31</td></tr></table></div>"
  },
  "status" : "inactive",
  "category" : [{
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "LA27975-4",
      "display" : "Event-focused care team"
    }]
  }],
  "name" : "Behandler-Team 2023",
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2023-01-01",
    "end" : "2023-12-31"
  },
  "participant" : [{
    "role" : [{
      "coding" : [{
        "system" : "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle",
        "code" : "arzt",
        "display" : "Arzt"
      }]
    }],
    "member" : {
      "reference" : "Practitioner/example-practitioner"
    },
    "period" : {
      "start" : "2023-01-01",
      "end" : "2023-12-31"
    }
  }]
}