FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | CareTeam |
| Id | CareTeam.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}