FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-careteam",
"name": "CareTeam",
"status": "active",
"description": "Represents the enrollment of a patient in a care program, including participants, period, status, and managing organization.",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "CareTeam",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "CareTeam.extension:enrollment",
"path": "CareTeam.extension",
"sliceName": "enrollment",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/ext-enrollment"
]
}
]
},
{
"id": "CareTeam.identifier",
"path": "CareTeam.identifier",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
]
}
]
},
{
"id": "CareTeam.identifier.system",
"path": "CareTeam.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/enrolment-id"
},
{
"id": "CareTeam.status",
"path": "CareTeam.status",
"min": 1,
"example": [
{
"label": "Active",
"valueCode": "active"
}
]
},
{
"id": "CareTeam.category",
"path": "CareTeam.category",
"short": "programme name",
"definition": "programme name",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
],
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/programme-name"
}
},
{
"id": "CareTeam.category.extension",
"path": "CareTeam.category.extension",
"max": "0"
},
{
"id": "CareTeam.category.coding.system",
"path": "CareTeam.category.coding.system",
"fixedUri": "https://fhir.synapxe.sg/CodeSystem/programme-name"
},
{
"id": "CareTeam.category.coding.code",
"path": "CareTeam.category.coding.code",
"example": [
{
"label": "SGH Nurse Navigator",
"valueCode": "SGHNurseNavigator"
}
]
},
{
"id": "CareTeam.name",
"path": "CareTeam.name",
"max": "0"
},
{
"id": "CareTeam.subject",
"path": "CareTeam.subject",
"min": 1,
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
],
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "CareTeam.period.id",
"path": "CareTeam.period.id",
"max": "0"
},
{
"id": "CareTeam.period.extension",
"path": "CareTeam.period.extension",
"max": "0"
},
{
"id": "CareTeam.period.start",
"path": "CareTeam.period.start",
"min": 1
},
{
"id": "CareTeam.period.end",
"path": "CareTeam.period.end",
"min": 1
},
{
"id": "CareTeam.participant",
"path": "CareTeam.participant",
"short": "care manager of this patient",
"definition": "care manager of this patient"
},
{
"id": "CareTeam.participant.id",
"path": "CareTeam.participant.id",
"max": "0"
},
{
"id": "CareTeam.participant.extension",
"path": "CareTeam.participant.extension",
"max": "0"
},
{
"id": "CareTeam.participant.modifierExtension",
"path": "CareTeam.participant.modifierExtension",
"max": "0"
},
{
"id": "CareTeam.participant.role",
"path": "CareTeam.participant.role",
"max": "0"
},
{
"id": "CareTeam.participant.role.id",
"path": "CareTeam.participant.role.id",
"max": "0"
},
{
"id": "CareTeam.participant.role.extension",
"path": "CareTeam.participant.role.extension",
"max": "0"
},
{
"id": "CareTeam.participant.role.coding",
"path": "CareTeam.participant.role.coding",
"min": 1,
"max": "1"
},
{
"id": "CareTeam.participant.role.coding.id",
"path": "CareTeam.participant.role.coding.id",
"max": "0"
},
{
"id": "CareTeam.participant.role.coding.extension",
"path": "CareTeam.participant.role.coding.extension",
"max": "0"
},
{
"id": "CareTeam.participant.role.coding.system",
"path": "CareTeam.participant.role.coding.system",
"min": 1
},
{
"id": "CareTeam.participant.role.coding.code",
"path": "CareTeam.participant.role.coding.code",
"min": 1
},
{
"id": "CareTeam.participant.role.coding.display",
"path": "CareTeam.participant.role.coding.display",
"min": 1
},
{
"id": "CareTeam.participant.role.coding.userSelected",
"path": "CareTeam.participant.role.coding.userSelected",
"max": "0"
},
{
"id": "CareTeam.participant.role.text",
"path": "CareTeam.participant.role.text",
"max": "0"
},
{
"id": "CareTeam.participant.member",
"path": "CareTeam.participant.member",
"short": "the care manager for this patient and the organization where the practioner performs the roles associated",
"definition": "the care manager for this patient and the organization where the practioner performs the roles associated",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
],
"aggregation": [
"contained"
]
}
]
},
{
"id": "CareTeam.participant.member.id",
"path": "CareTeam.participant.member.id",
"max": "0"
},
{
"id": "CareTeam.participant.member.extension",
"path": "CareTeam.participant.member.extension",
"max": "0"
},
{
"id": "CareTeam.participant.member.type",
"path": "CareTeam.participant.member.type",
"max": "0"
},
{
"id": "CareTeam.participant.member.identifier",
"path": "CareTeam.participant.member.identifier",
"max": "0"
},
{
"id": "CareTeam.participant.member.display",
"path": "CareTeam.participant.member.display",
"max": "0"
},
{
"id": "CareTeam.participant.onBehalfOf",
"path": "CareTeam.participant.onBehalfOf",
"max": "0"
},
{
"id": "CareTeam.participant.coverage[x]",
"path": "CareTeam.participant.coverage[x]",
"max": "0"
},
{
"id": "CareTeam.reason",
"path": "CareTeam.reason",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "CareTeam.reason.id",
"path": "CareTeam.reason.id",
"max": "0"
},
{
"id": "CareTeam.reason.extension",
"path": "CareTeam.reason.extension",
"max": "0"
},
{
"id": "CareTeam.reason.concept",
"path": "CareTeam.reason.concept",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
]
},
{
"id": "CareTeam.reason.concept.extension",
"path": "CareTeam.reason.concept.extension",
"max": "0"
},
{
"id": "CareTeam.reason.reference",
"path": "CareTeam.reason.reference",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment",
"path": "CareTeam.reason",
"sliceName": "reasonForEnrolment",
"short": "Reason for the programme enrolment",
"definition": "Reason for the programme enrolment",
"max": "1"
},
{
"id": "CareTeam.reason:reasonForEnrolment.id",
"path": "CareTeam.reason.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.extension",
"path": "CareTeam.reason.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept",
"path": "CareTeam.reason.concept",
"min": 1
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.id",
"path": "CareTeam.reason.concept.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.extension",
"path": "CareTeam.reason.concept.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding",
"path": "CareTeam.reason.concept.coding",
"min": 1,
"max": "1"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.id",
"path": "CareTeam.reason.concept.coding.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.extension",
"path": "CareTeam.reason.concept.coding.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.system",
"path": "CareTeam.reason.concept.coding.system",
"min": 1,
"fixedUri": "https://fhir.synapxe.sg/CodeSystem/reasonForEnrolment"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.code",
"path": "CareTeam.reason.concept.coding.code",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/reasonForEnrolment"
}
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.display",
"path": "CareTeam.reason.concept.coding.display",
"min": 1
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.coding.userSelected",
"path": "CareTeam.reason.concept.coding.userSelected",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.concept.text",
"path": "CareTeam.reason.concept.text",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForEnrolment.reference",
"path": "CareTeam.reason.reference",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure",
"path": "CareTeam.reason",
"sliceName": "reasonForClosure",
"max": "1"
},
{
"id": "CareTeam.reason:reasonForClosure.id",
"path": "CareTeam.reason.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.extension",
"path": "CareTeam.reason.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept",
"path": "CareTeam.reason.concept",
"min": 1
},
{
"id": "CareTeam.reason:reasonForClosure.concept.id",
"path": "CareTeam.reason.concept.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.extension",
"path": "CareTeam.reason.concept.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding",
"path": "CareTeam.reason.concept.coding",
"min": 1,
"max": "1"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.id",
"path": "CareTeam.reason.concept.coding.id",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.extension",
"path": "CareTeam.reason.concept.coding.extension",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.system",
"path": "CareTeam.reason.concept.coding.system",
"min": 1,
"fixedUri": "https://fhir.synapxe.sg/CodeSystem/reasonForClosure"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.code",
"path": "CareTeam.reason.concept.coding.code",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/reasonForClosure"
}
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.display",
"path": "CareTeam.reason.concept.coding.display",
"min": 1
},
{
"id": "CareTeam.reason:reasonForClosure.concept.coding.userSelected",
"path": "CareTeam.reason.concept.coding.userSelected",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.concept.text",
"path": "CareTeam.reason.concept.text",
"max": "0"
},
{
"id": "CareTeam.reason:reasonForClosure.reference",
"path": "CareTeam.reason.reference",
"max": "0"
},
{
"id": "CareTeam.managingOrganization",
"path": "CareTeam.managingOrganization",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-organization"
]
}
]
},
{
"id": "CareTeam.managingOrganization.display",
"path": "CareTeam.managingOrganization.display",
"max": "0"
},
{
"id": "CareTeam.telecom",
"path": "CareTeam.telecom",
"max": "0"
},
{
"id": "CareTeam.note.id",
"path": "CareTeam.note.id",
"max": "0"
},
{
"id": "CareTeam.note.extension",
"path": "CareTeam.note.extension",
"max": "0"
},
{
"id": "CareTeam.note.author[x]",
"path": "CareTeam.note.author[x]",
"max": "0"
},
{
"id": "CareTeam.note.time",
"path": "CareTeam.note.time",
"max": "0"
}
]
}
}