FHIR IG Statistics: StructureDefinition/5f1e2ceb-2a76-4fb8-ade3-2875923611d3
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "5f1e2ceb-2a76-4fb8-ade3-2875923611d3",
"meta": {
"lastUpdated": "2022-01-17T15:00:40.377+00:00"
},
"url": "http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam",
"version": "0.0.4",
"name": "KT2_CareTeam",
"status": "draft",
"date": "2022-01-18",
"publisher": "VZVZ",
"contact": [
{
"name": "Bernard Stibbe"
}
],
"description": "The (FHIR) CareTeam (resource) is a representation of the care team of all participants who participate in the patient's care process, with the patient being the subject of the team.",
"copyright": "VZVZ",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "CareTeam",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "CareTeam.identifier",
"path": "CareTeam.identifier",
"label": "Koppeltaal",
"min": 1
},
{
"id": "CareTeam.status",
"path": "CareTeam.status",
"label": "Koppeltaal",
"min": 1
},
{
"id": "CareTeam.subject",
"path": "CareTeam.subject",
"label": "Koppeltaal",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://koppeltaal.nl/fhir/StructureDefinition/KT2Patient"
]
}
]
},
{
"id": "CareTeam.period",
"path": "CareTeam.period",
"label": "Koppeltaal"
},
{
"id": "CareTeam.participant",
"path": "CareTeam.participant",
"label": "Koppeltaal"
},
{
"id": "CareTeam.participant.role",
"path": "CareTeam.participant.role",
"label": "Koppeltaal",
"min": 1
},
{
"id": "CareTeam.participant.member",
"path": "CareTeam.participant.member",
"label": "Koppeltaal",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://koppeltaal.nl/fhir/StructureDefinition/KT2Practitioner",
"http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson"
]
}
]
}
]
}
}