FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeCareTeam
IdCareTeam-careteam-minimaal.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example of bare minimum of CareTeam

Source1

{
  "resourceType": "CareTeam",
  "id": "careteam-minimaal",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://myTeam/id",
      "value": "1234"
    }
  ],
  "status": "active",
  "subject": {
    "reference": "Patient/patient-met-resource-origin",
    "type": "Patient",
    "display": "Patient, Berta Botje"
  }
}