{
  "resourceType" : "CareTeam",
  "id" : "careteam-minimaal",
  "meta" : {
    "profile" : ["http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam"]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\">Example of bare minimum of CareTeam</div>"
  },
  "identifier" : [{
    "use" : "official",
    "system" : "http://myTeam/id",
    "value" : "1234"
  }],
  "status" : "active",
  "subject" : {
    "reference" : "Patient/patient-met-resource-origin",
    "type" : "Patient",
    "display" : "Patient, Berta Botje"
  }
}