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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeCareTeam
IdCareTeam.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CareTeam",
  "id": "careteam2",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam"
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "example patient"
  },
  "context": {
    "reference": "EpisodeOfCare/example"
  },
  "period": {
    "start": "2013-02-01T08:53:00+01:00",
    "end": "2013-04-09T10:16:00+01:00"
  },
  "participant": [
    {
      "member": {
        "reference": "RelatedPerson/example",
        "display": "example contactpersoon"
      }
    },
    {
      "member": {
        "reference": "Practitioner/Kinderarts",
        "display": "example kinderarts"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example",
      "display": "example condition"
    }
  ]
}