Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R2_AppointmentResponse_R5

Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-AppointmentResponse Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R2_AppointmentResponse_R5

This cross-version profile allows DSTU2 AppointmentResponse content to be represented via FHIR R5 AppointmentResponse resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse C 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
Constraints: apr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
... participantStatus ?!Σ 1..1 code accepted | declined | tentative | needs-action | entered-in-error
Binding: AppointmentResponseStatus (required): The Participation status of an appointment.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.
Constraints: ext-1

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AppointmentResponse.​participantStatus Base required Appointment Response Status 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
apr-1 error AppointmentResponse Either the participantType or actor must be specified participantType.exists() or actor.exists()
dom-2 error AppointmentResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AppointmentResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AppointmentResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error AppointmentResponse.implicitRules, AppointmentResponse.modifierExtension, AppointmentResponse.appointment, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.appointment.reference, AppointmentResponse.participantStatus, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AppointmentResponse.modifierExtension, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AppointmentResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.text
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... participantType
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:participantType 0..* CodeableConcept DSTU2: participantType
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantType
Binding: R2EncounterParticipantTypeForR5 (0.1.0) (required): Role of participant in encounter.
... actor
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:actor 0..1 Reference(Resource) DSTU2: Person, Location/HealthcareService or Device
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... participantStatus
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse C 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
Constraints: apr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier External Ids for this item
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... appointment Σ 1..1 Reference(Appointment) Appointment this response relates to
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... proposedNewTime Σ 0..1 boolean Indicator for a counter proposal
... start 0..1 instant Time from appointment, or requested new start time
... end 0..1 instant Time from appointment, or requested new end time
... participantType ΣC 0..* CodeableConcept Role of participant in the appointment
Binding: ParticipantType . (extensible): Role of participant in encounter.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantType 0..* CodeableConcept DSTU2: participantType
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantType
Binding: R2EncounterParticipantTypeForR5 (0.1.0) (required): Role of participant in encounter.
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... actor ΣC 0..1 Reference(Patient | Group | Practitioner | PractitionerRole | RelatedPerson | Device | HealthcareService | Location) Person(s), Location, HealthcareService, or Device
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:actor 0..1 Reference(Resource) DSTU2: Person, Location/HealthcareService or Device
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... participantStatus ?!Σ 1..1 code accepted | declined | tentative | needs-action | entered-in-error
Binding: AppointmentResponseStatus (required): The Participation status of an appointment.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.
Constraints: ext-1
.... value 0..1 code Primitive value for code
... comment 0..1 markdown Additional comments
... recurring 0..1 boolean This response is for all occurrences in a recurring request
... occurrenceDate 0..1 date Original date within a recurring request
... recurrenceId 0..1 positiveInt The recurrence ID of the specific recurring request

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AppointmentResponse.​meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
AppointmentResponse.​meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
AppointmentResponse.​language Base required All Languages 📍5.0.0 FHIR Std.
AppointmentResponse.​text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
AppointmentResponse.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
AppointmentResponse.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
AppointmentResponse.​appointment.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
AppointmentResponse.​participantType Base extensible Participant Type . 📍5.0.0 tx.fhir.org
AppointmentResponse.​actor.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
AppointmentResponse.​participantStatus Base required Appointment Response Status 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
apr-1 error AppointmentResponse Either the participantType or actor must be specified participantType.exists() or actor.exists()
dom-2 error AppointmentResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AppointmentResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AppointmentResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error AppointmentResponse.meta, AppointmentResponse.meta.extension, AppointmentResponse.meta.extension:meta, AppointmentResponse.meta.versionId, AppointmentResponse.meta.lastUpdated, AppointmentResponse.meta.source, AppointmentResponse.meta.profile, AppointmentResponse.meta.security, AppointmentResponse.meta.tag, AppointmentResponse.implicitRules, AppointmentResponse.language, AppointmentResponse.text, AppointmentResponse.text.extension, AppointmentResponse.text.extension:text, AppointmentResponse.text.status, AppointmentResponse.text.div, AppointmentResponse.extension, AppointmentResponse.modifierExtension, AppointmentResponse.identifier, AppointmentResponse.identifier.extension, AppointmentResponse.identifier.extension:identifier, AppointmentResponse.identifier.use, AppointmentResponse.identifier.type, AppointmentResponse.identifier.system, AppointmentResponse.identifier.value, AppointmentResponse.identifier.period, AppointmentResponse.identifier.assigner, AppointmentResponse.appointment, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.appointment.reference, AppointmentResponse.appointment.type, AppointmentResponse.appointment.identifier, AppointmentResponse.appointment.display, AppointmentResponse.proposedNewTime, AppointmentResponse.start, AppointmentResponse.end, AppointmentResponse.participantType, AppointmentResponse.participantType.extension, AppointmentResponse.participantType.extension:participantType, AppointmentResponse.participantType.coding, AppointmentResponse.participantType.text, AppointmentResponse.actor, AppointmentResponse.actor.extension, AppointmentResponse.actor.extension:actor, AppointmentResponse.actor.reference, AppointmentResponse.actor.type, AppointmentResponse.actor.identifier, AppointmentResponse.actor.display, AppointmentResponse.participantStatus, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus, AppointmentResponse.comment, AppointmentResponse.recurring, AppointmentResponse.occurrenceDate, AppointmentResponse.recurrenceId All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AppointmentResponse.meta.extension, AppointmentResponse.meta.extension:meta, AppointmentResponse.text.extension, AppointmentResponse.text.extension:text, AppointmentResponse.extension, AppointmentResponse.modifierExtension, AppointmentResponse.identifier.extension, AppointmentResponse.identifier.extension:identifier, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.participantType.extension, AppointmentResponse.participantType.extension:participantType, AppointmentResponse.actor.extension, AppointmentResponse.actor.extension:actor, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error AppointmentResponse.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error AppointmentResponse.text.div The narrative SHALL have some non-whitespace content htmlChecks()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse C 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
Constraints: apr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
... participantStatus ?!Σ 1..1 code accepted | declined | tentative | needs-action | entered-in-error
Binding: AppointmentResponseStatus (required): The Participation status of an appointment.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.
Constraints: ext-1

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AppointmentResponse.​participantStatus Base required Appointment Response Status 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
apr-1 error AppointmentResponse Either the participantType or actor must be specified participantType.exists() or actor.exists()
dom-2 error AppointmentResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AppointmentResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AppointmentResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error AppointmentResponse.implicitRules, AppointmentResponse.modifierExtension, AppointmentResponse.appointment, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.appointment.reference, AppointmentResponse.participantStatus, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AppointmentResponse.modifierExtension, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from AppointmentResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.text
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... participantType
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:participantType 0..* CodeableConcept DSTU2: participantType
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantType
Binding: R2EncounterParticipantTypeForR5 (0.1.0) (required): Role of participant in encounter.
... actor
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:actor 0..1 Reference(Resource) DSTU2: Person, Location/HealthcareService or Device
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... participantStatus
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AppointmentResponse C 0..* AppointmentResponse(5.0.0) A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection
Constraints: apr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier External Ids for this item
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... appointment Σ 1..1 Reference(Appointment) Appointment this response relates to
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:appointment 0..1 Reference(Resource) DSTU2: appointment additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... proposedNewTime Σ 0..1 boolean Indicator for a counter proposal
... start 0..1 instant Time from appointment, or requested new start time
... end 0..1 instant Time from appointment, or requested new end time
... participantType ΣC 0..* CodeableConcept Role of participant in the appointment
Binding: ParticipantType . (extensible): Role of participant in encounter.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantType 0..* CodeableConcept DSTU2: participantType
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantType
Binding: R2EncounterParticipantTypeForR5 (0.1.0) (required): Role of participant in encounter.
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... actor ΣC 0..1 Reference(Patient | Group | Practitioner | PractitionerRole | RelatedPerson | Device | HealthcareService | Location) Person(s), Location, HealthcareService, or Device
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:actor 0..1 Reference(Resource) DSTU2: Person, Location/HealthcareService or Device
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... participantStatus ?!Σ 1..1 code accepted | declined | tentative | needs-action | entered-in-error
Binding: AppointmentResponseStatus (required): The Participation status of an appointment.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:participantStatus 0..1 code DSTU2: accepted | declined | tentative | in-process | completed | needs-action additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Binding: R2ParticipantstatusForR5AppointmentresponseStatus (0.1.0) (required): The Participation status of an appointment.
Constraints: ext-1
.... value 0..1 code Primitive value for code
... comment 0..1 markdown Additional comments
... recurring 0..1 boolean This response is for all occurrences in a recurring request
... occurrenceDate 0..1 date Original date within a recurring request
... recurrenceId 0..1 positiveInt The recurrence ID of the specific recurring request

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AppointmentResponse.​meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
AppointmentResponse.​meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
AppointmentResponse.​language Base required All Languages 📍5.0.0 FHIR Std.
AppointmentResponse.​text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
AppointmentResponse.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
AppointmentResponse.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
AppointmentResponse.​appointment.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
AppointmentResponse.​participantType Base extensible Participant Type . 📍5.0.0 tx.fhir.org
AppointmentResponse.​actor.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
AppointmentResponse.​participantStatus Base required Appointment Response Status 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
apr-1 error AppointmentResponse Either the participantType or actor must be specified participantType.exists() or actor.exists()
dom-2 error AppointmentResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AppointmentResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AppointmentResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AppointmentResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error AppointmentResponse.meta, AppointmentResponse.meta.extension, AppointmentResponse.meta.extension:meta, AppointmentResponse.meta.versionId, AppointmentResponse.meta.lastUpdated, AppointmentResponse.meta.source, AppointmentResponse.meta.profile, AppointmentResponse.meta.security, AppointmentResponse.meta.tag, AppointmentResponse.implicitRules, AppointmentResponse.language, AppointmentResponse.text, AppointmentResponse.text.extension, AppointmentResponse.text.extension:text, AppointmentResponse.text.status, AppointmentResponse.text.div, AppointmentResponse.extension, AppointmentResponse.modifierExtension, AppointmentResponse.identifier, AppointmentResponse.identifier.extension, AppointmentResponse.identifier.extension:identifier, AppointmentResponse.identifier.use, AppointmentResponse.identifier.type, AppointmentResponse.identifier.system, AppointmentResponse.identifier.value, AppointmentResponse.identifier.period, AppointmentResponse.identifier.assigner, AppointmentResponse.appointment, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.appointment.reference, AppointmentResponse.appointment.type, AppointmentResponse.appointment.identifier, AppointmentResponse.appointment.display, AppointmentResponse.proposedNewTime, AppointmentResponse.start, AppointmentResponse.end, AppointmentResponse.participantType, AppointmentResponse.participantType.extension, AppointmentResponse.participantType.extension:participantType, AppointmentResponse.participantType.coding, AppointmentResponse.participantType.text, AppointmentResponse.actor, AppointmentResponse.actor.extension, AppointmentResponse.actor.extension:actor, AppointmentResponse.actor.reference, AppointmentResponse.actor.type, AppointmentResponse.actor.identifier, AppointmentResponse.actor.display, AppointmentResponse.participantStatus, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus, AppointmentResponse.comment, AppointmentResponse.recurring, AppointmentResponse.occurrenceDate, AppointmentResponse.recurrenceId All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AppointmentResponse.meta.extension, AppointmentResponse.meta.extension:meta, AppointmentResponse.text.extension, AppointmentResponse.text.extension:text, AppointmentResponse.extension, AppointmentResponse.modifierExtension, AppointmentResponse.identifier.extension, AppointmentResponse.identifier.extension:identifier, AppointmentResponse.appointment.extension, AppointmentResponse.appointment.extension:appointment, AppointmentResponse.participantType.extension, AppointmentResponse.participantType.extension:participantType, AppointmentResponse.actor.extension, AppointmentResponse.actor.extension:actor, AppointmentResponse.participantStatus.extension, AppointmentResponse.participantStatus.extension:participantStatus Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error AppointmentResponse.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error AppointmentResponse.text.div The narrative SHALL have some non-whitespace content htmlChecks()

 

Other representations of profile: CSV, Excel, Schematron