Foundation
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Patient Care Work Group | Standards Status : Informative | Compartments : Group , Patient , Practitioner , RelatedPerson |
ShEx statement for careteam
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>IMPORT <code.shex># ShEx Version 2.2 IMPORT <Code.shex> IMPORT <Group.shex>IMPORT <string.shex>IMPORT <String.shex> IMPORT <Period.shex> IMPORT <Timing.shex> IMPORT <Patient.shex> IMPORT <Resource.shex> IMPORT <Reference.shex> IMPORT <Identifier.shex> IMPORT <Annotation.shex> IMPORT <ContactPoint.shex> IMPORT <Organization.shex> IMPORT <Practitioner.shex> IMPORT <RelatedPerson.shex> IMPORT <DomainResource.shex> IMPORT <CodeableConcept.shex> IMPORT <BackboneElement.shex> IMPORT <PractitionerRole.shex> IMPORT <CodeableReference.shex> IMPORT <HealthcareService.shex> start=@<CareTeam> AND {fhir:nodeRole [fhir:treeRoot]} # Planned participants in the coordination and delivery of care <CareTeam> EXTENDS @<DomainResource> CLOSED { a [fhir:CareTeam]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @<OneOrMore_Identifier>?; # External Ids for this teamfhir:status @<code> ANDfhir:status @<Code> AND {fhir:v @fhirvs:care-team-status}?; # proposed | active | suspended | # inactive | entered-in-error fhir:category @<OneOrMore_CodeableConcept>?; # Type of teamfhir:name @<string>?; # Name of the team, such as crisisfhir:name @<String>?; # Name of the team, such as crisis # assessment teamfhir:subject @<Reference> AND {fhir:linkfhir:subject @<Reference> AND {fhir:l @<Group> OR @<Patient> ? }?; # Who care team is for fhir:period @<Period>?; # Time period team covers fhir:participant @<OneOrMore_CareTeam.participant>?; # Members of the team fhir:reason @<OneOrMore_CodeableReference>?; # Why the care team exists fhir:managingOrganization @<OneOrMore_Reference_Organization>?; # Organization responsible for the # care team fhir:telecom @<OneOrMore_ContactPoint>?; # A contact detail for the care team # (that applies to all members) fhir:note @<OneOrMore_Annotation>?; # Comments made about the CareTeam } # Members of the team <CareTeam.participant> EXTENDS @<BackboneElement> CLOSED { fhir:role @<CodeableConcept>?; # Type of involvementfhir:member @<Reference> AND {fhir:linkfhir:member @<Reference> AND {fhir:l @<CareTeam> OR @<Group> OR @<HealthcareService> OR @<Organization> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR @<RelatedPerson> ? }?; # Who is involvedfhir:onBehalfOf @<Reference> AND {fhir:linkfhir:onBehalfOf @<Reference> AND {fhir:l @<CareTeam> OR @<Group> OR @<HealthcareService> OR @<Organization> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR @<RelatedPerson> ? }?; # Entity that the participant is # acting as a proxy of, or an agent # of, or in the interest of, or as a # representative of fhir:effective @<Period> OR @<Timing> ?; # When the member is generally # available within this care team fhir:supportingInfo @<OneOrMore_Reference_Resource>?; # Basis for the member's # participation } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } <OneOrMore_CareTeam.participant> CLOSED { rdf:first @<CareTeam.participant> ; rdf:rest [rdf:nil] OR @<OneOrMore_CareTeam.participant> } <OneOrMore_CodeableReference> CLOSED { rdf:first @<CodeableReference> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableReference> } <OneOrMore_Reference_Organization> CLOSED {rdf:first @<Reference> AND {fhir:linkrdf:first @<Reference> AND {fhir:l @<Organization> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Organization> } <OneOrMore_ContactPoint> CLOSED { rdf:first @<ContactPoint> ; rdf:rest [rdf:nil] OR @<OneOrMore_ContactPoint> } <OneOrMore_Annotation> CLOSED { rdf:first @<Annotation> ; rdf:rest [rdf:nil] OR @<OneOrMore_Annotation> } <OneOrMore_Reference_Resource> CLOSED { rdf:first @<Reference> AND {fhir:l @<Resource> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Resource> } #---------------------- Value Sets ------------------------ # Indicates the status of the care team. fhirvs:care-team-status ["proposed" "active" "suspended" "inactive" "entered-in-error"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Tue,
Apr
1,
Fri,
Nov
21,
2025
12:24+1100.
00:01+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change