Saistītais pieraksts | Appointment

NosaukumsResurssStatussProfilsVersija
Pieraksta informācijaAppointmentdrafthttps://digives.gov.lv/fhir/StructureDefinition/AppointmentInfo0.1

Struktūra

idΣ0..1id
metaΣ1..1MedicalMeta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textC0..1Narrative
containedC0..*Resource
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
identifierΣ0..*Identifier
statusΣ ?! C1..1codeBinding
id0..1id
extensionC0..*Extension
id0..1id
extensionC0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ C1..1codeBinding
displayΣ C1..1string
userSelectedΣ0..1boolean
textΣ0..1string
classΣ0..*CodeableConceptBinding
serviceCategoryΣ0..*CodeableConcept
serviceTypeΣ0..*CodeableReference(HealthcareService)
specialtyΣ0..*CodeableConceptBinding
appointmentTypeΣ0..1CodeableConceptBinding
reasonΣ0..*CodeableReference(Condition | Procedure | Observation | ImmunizationRecommendation)Binding
priority0..1CodeableConcept
description0..1string
replaces0..*Reference(Appointment)
virtualService0..*VirtualServiceDetail
id1..1idFixed Value
extensionC0..*Extension
referenceΣ C1..1string
typeΣ1..1uriBindingFixed Value
identifierΣ C0..1Identifier
displayΣ C0..1string
previousAppointment0..1Reference(Appointment)
originatingAppointmentC0..1Reference(Appointment)
startΣ C1..1instant
endΣ C0..1instant
minutesDuration0..1positiveInt
requestedPeriod0..*Period
slot0..*Reference(Slot)
account0..*Reference(Account)
created1..1dateTime
cancellationDateC1..1dateTime
note0..*Annotation
patientInstruction0..*CodeableReference(DocumentReference | Binary | Communication)
id0..1id
extensionC0..*Extension
referenceΣ C1..1string
typeΣ1..1uriBindingFixed Value
identifierΣ C0..1Identifier
displayΣ C0..1string
id0..1id
extensionC0..*Extension
referenceΣ C1..1string
typeΣ1..1uriBindingFixed Value
identifierΣ C0..1Identifier
displayΣ C0..1string
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
typeΣ C0..*CodeableConceptBinding
period0..1Period
actorΣ C0..1Reference(Patient | Group | Practitioner | PractitionerRole | CareTeam | RelatedPerson | Device | HealthcareService | Location)
requiredΣ0..1boolean
statusΣ1..1codeBinding
recurrenceId0..1positiveInt
occurrenceChanged0..1boolean
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
timezone0..1CodeableConceptBinding
recurrenceType1..1CodeableConceptBinding
lastOccurrenceDate0..1date
occurrenceCount0..1positiveInt
occurrenceDate0..*date
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
monday0..1boolean
tuesday0..1boolean
wednesday0..1boolean
thursday0..1boolean
friday0..1boolean
saturday0..1boolean
sunday0..1boolean
weekInterval0..1positiveInt
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
dayOfMonth0..1positiveInt
nthWeekOfMonth0..1CodingBinding
dayOfWeek0..1CodingBinding
monthInterval1..1positiveInt
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
yearInterval1..1positiveInt
excludingDate0..*date
excludingRecurrenceId0..*positiveInt
Appointment
ShortA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)
Definition

A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).

Cardinality0..*
Constraints
  • app-2: Either start and end are specified, or neither
    start.exists() = end.exists()
  • app-3: Only proposed or cancelled appointments can be missing start/end dates
    (start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))
  • app-4: Cancellation reason is only used for appointments that have been cancelled, or noshow
    cancellationReason.exists() implies (status='noshow' or status='cancelled')
  • app-5: The start must be less than or equal to the end
    start.exists() implies start <= end
  • app-6: An appointment may have an originatingAppointment or recurrenceTemplate, but not both
    originatingAppointment.exists().not() or recurrenceTemplate.exists().not()
  • app-7: Cancellation date is only used for appointments that have been cancelled, or noshow
    cancellationDate.exists() implies (status='noshow' or status='cancelled')
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
Mappings
  • rim: Entity, Role, or Act,Act[@moodCode <= 'INT']
  • workflow: Request
  • w5: workflow.scheduling
  • ical: VEVENT
Appointment.id
ShortLogical id of this artifact
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Cardinality0..1
Typeid
SummaryTrue
Comments

Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.

Appointment.meta
ShortMetadata about a resource
Definition

The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Cardinality1..1
TypeMedicalMeta
SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a,N/A
Appointment.implicitRules
ShortA set of rules under which this content was created
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Cardinality0..1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.language
ShortLanguage of the resource content
Definition

The base language in which the resource is written.

Cardinality0..1
Typecode
Binding

IETF language tag for a human language

AllLanguages (required)

Additional bindings
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.text
ShortText summary of the resource, for human interpretation
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Cardinality0..1
TypeNarrative
Aliasnarrative, html, xhtml, display
Comments

Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-6
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
Appointment.contained
ShortContained, inline Resources
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

Cardinality0..*
TypeResource
Aliasinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-2, dom-4, dom-3, dom-5
Mappings
  • rim: N/A
Appointment.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.modifierExtension
ShortExtensions that cannot be ignored
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.identifier
ShortExternal Ids for this item
Definition

This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

Cardinality0..*
TypeIdentifier
SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.identifier
  • w5: FiveWs.identifier
  • v2: SCH-1, SCH-2, ARQ-1, ARQ-2
  • rim: .id
  • ical: UID
Appointment.status
Shortproposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist
Definition

The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.

Cardinality1..1
Typecode
Binding

The free/busy status of an appointment.

AppointmentStatus (required)

ModifierTrue
SummaryTrue
Comments

If the Appointment's status is "cancelled" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.

This element is labeled as a modifier because the status contains the code entered-in-error that mark the Appointment as not currently valid.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-4, app-3, app-7
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.status
  • w5: FiveWs.status
  • v2: SCH-25
  • rim: .statusCode
  • ical: STATUS
Appointment.cancellationReason
ShortThe coded reason for the appointment being cancelled
Definition

The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply.

Cardinality0..1
TypeCodeableConcept
Binding

AppointmentCancellationReason (example)

SummaryTrue
ConditionsThe cardinality or value of this element may be affected by these constraints: app-4
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Appointment.cancellationReason.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typeid
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.cancellationReason.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.cancellationReason.coding
ShortCode defined by a terminology system
Definition

A reference to a code defined by a terminology system.

Cardinality1..1
TypeCoding
SummaryTrue
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1-8, C*E.10-22
  • rim: union(., ./translation)
  • orim: fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
Appointment.cancellationReason.coding.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typeid
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.cancellationReason.coding.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.cancellationReason.coding.system
ShortIdentity of the terminology system
Definition

The identification of the code system that defines the meaning of the symbol in the code.

Cardinality1..1
Typeuri
SummaryTrue
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value
urn:oid:1.3.6.1.4.1.38760.2.913
Mappings
  • v2: C*E.3
  • rim: ./codeSystem
  • orim: fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Appointment.cancellationReason.coding.version
ShortVersion of the system - if relevant
Definition

The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

Cardinality0..1
Typestring
SummaryTrue
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.7
  • rim: ./codeSystemVersion
  • orim: fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Appointment.cancellationReason.coding.code
ShortSymbol in syntax defined by the system
Definition

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

Cardinality1..1
Typecode
Binding

http://digives.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.913 (required)

SummaryTrue
Requirements

Need to refer to a particular code in the system.

ConditionsThe cardinality or value of this element may be affected by these constraints: cod-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1
  • rim: ./code
  • orim: fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Appointment.cancellationReason.coding.display
ShortRepresentation defined by the system
Definition

A representation of the meaning of the code in the system, following the rules of the system.

Cardinality1..1
Typestring
SummaryTrue
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

ConditionsThe cardinality or value of this element may be affected by these constraints: cod-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.2 - but note this is not well followed
  • rim: CV.displayName
  • orim: fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Appointment.cancellationReason.coding.userSelected
ShortIf this coding was chosen directly by the user
Definition

Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

Cardinality0..1
Typeboolean
SummaryTrue
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: Sometimes implied by being first
  • rim: CD.codingRationale
  • orim: fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]
Appointment.cancellationReason.text
ShortPlain text representation of the concept
Definition

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Cardinality0..1
Typestring
SummaryTrue
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

Very often the text is the same as a displayName of one of the codings.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.9. But note many systems use C*E.2 for this
  • rim: ./originalText[mediaType/code="text/plain"]/data
  • orim: fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText
Appointment.class
ShortClassification when becoming an encounter
Definition

Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.

Cardinality0..*
TypeCodeableConcept
Binding

Classification of the encounter.

http://terminology.hl7.org/ValueSet/EncounterClass (preferred)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • v2: PV1-2
  • rim: .inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code
Appointment.serviceCategory
ShortA broad categorization of the service that is to be performed during this appointment
Definition

A broad categorization of the service that is to be performed during this appointment.

Cardinality0..*
TypeCodeableConcept
Binding

ServiceCategory (example)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a, might be inferred from the ServiceDeliveryLocation
  • ical: CATEGORIES
Appointment.serviceType
ShortThe specific service that is to be performed during this appointment
Definition

The specific service that is to be performed during this appointment.

Cardinality0..*
TypeCodeableReference(HealthcareService)
Binding

ServiceType (example)

SummaryTrue
Comments

For a provider to provider appointment the code "FOLLOWUP" may be appropriate, as this is expected to be discussing some patient that was seen in the past.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.code
  • v2: ARQ-8, SCH-8
  • rim: n/a, might be inferred from the ServiceDeliveryLocation
Appointment.specialty
ShortThe specialty of a practitioner that would be required to perform the service requested in this appointment
Definition

The specialty of a practitioner that would be required to perform the service requested in this appointment.

Cardinality0..*
TypeCodeableConcept
Binding

PracticeSettingCodeValueSet (preferred)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.class
  • rim: .performer.AssignedPerson.code
Appointment.appointmentType
ShortThe style of appointment or patient that has been booked in the slot (not service type)
Definition

The style of appointment or patient that has been booked in the slot (not service type).

Cardinality0..1
TypeCodeableConcept
Binding

http://terminology.hl7.org/ValueSet/v2-0276 (preferred)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: ARQ-7, SCH-7
  • rim: .code
  • ical: CLASSIFICATION
Appointment.reason
ShortReason this appointment is scheduled
Definition

The reason that this appointment is being scheduled. This is more clinical than administrative. This can be coded, or as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.

Cardinality0..*
TypeCodeableReference(Condition | Procedure | Observation | ImmunizationRecommendation)
Binding

The Reason for the appointment to take place.

EncounterReasonCodes (preferred)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.reason
  • v2: AIS-3
  • rim: .reasonCode
Appointment.priority
ShortUsed to make informed decisions if needing to re-prioritize
Definition

The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).

Cardinality0..1
TypeCodeableConcept
Binding

Indicates the urgency of the appointment.

http://terminology.hl7.org/ValueSet/v3-ActPriority (example)

Comments

Seeking implementer feedback on this property and how interoperable it is.

Using an extension to record a CodeableConcept for named values may be tested at a future connectathon.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.priority
  • w5: FiveWs.class
  • v2: ARQ-12, SCH-11.6 / TQ1-9
  • rim: .priorityCode
  • ical: PRIORITY
Appointment.description
ShortShown on a subject line in a meeting request, or appointment list
Definition

The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the note field.

Cardinality0..1
Typestring
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: NTE-3
  • rim: .text
  • ical: SUMMARY
Appointment.replaces
ShortAppointment replaced by this Appointment
Definition

Appointment replaced by this Appointment in cases where there is a cancellation, the details of the cancellation can be found in the cancellationReason property (on the referenced resource).

Cardinality0..*
TypeReference(Appointment)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.replaces
  • w5: FiveWs.context
  • rim: .inboundRelationship[@typeCode = 'SPRT'].observation
  • ical: ATTACH
Appointment.virtualService
ShortConnection details of a virtual service (e.g. conference call)
Definition

Connection details of a virtual service (e.g. conference call).

Cardinality0..*
TypeVirtualServiceDetail
Comments

There are two types of virtual meetings that often exist:

  • a persistent, virtual meeting room that can only be used for a single purpose at a time,
  • and a dynamic virtual meeting room that is generated on demand for a specific purpose.

Implementers may consider using Location.virtualService for persistent meeting rooms.

If each participant would have a different meeting link, an extension using the VirtualServiceContactDetail can be applied to the Appointment.participant BackboneElement.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.supportingInformation
ShortAdditional information to support the appointment
Definition

Additional information to support the appointment provided when making the appointment.

Cardinality1..1
TypeReference(Resource)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.supportingInfo
  • w5: FiveWs.context
  • rim: .inboundRelationship[@typeCode = 'SPRT'].observation
  • ical: ATTACH
Appointment.supportingInformation.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality1..1
Typeid
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Fixed Value
providerInstitution
Mappings
  • rim: n/a
Appointment.supportingInformation.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.supportingInformation.reference
ShortLiteral reference, Relative, internal or absolute URL
Definition

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Cardinality1..1
Typestring
SummaryTrue
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2, ref-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.supportingInformation.type
ShortType the reference refers to (e.g. "Patient") - must be a resource in resources
Definition

The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

Cardinality1..1
Typeuri
Binding

Aa resource (or, for logical models, the URI of the logical model).

ResourceType (extensible)

SummaryTrue
Comments

This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value
Organization
Mappings
  • rim: N/A
Appointment.supportingInformation.identifier
ShortLogical reference, when literal reference is not known
Definition

An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

Cardinality0..1
TypeIdentifier
SummaryTrue
Comments

When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .identifier
Appointment.supportingInformation.display
ShortText alternative for the resource
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Cardinality0..1
Typestring
SummaryTrue
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.previousAppointment
ShortThe previous appointment in a series
Definition

The previous appointment in a series of related appointments.

Cardinality0..1
TypeReference(Appointment)
Comments

This property is intended for use when representing a series of related appointments. For example, in a nuclear medicine procedure, where there is an appointment for the injection of the isotopes, and then a subsequent appointment for the scan, the scan appointment would refer to the injection appointment via Appointment.previousAppointment. For representing recurring appointments, see the guidance on recurring vs. series appointments.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: N/A
Appointment.originatingAppointment
ShortThe originating appointment in a recurring set of appointments
Definition

The originating appointment in a recurring set of related appointments.

Cardinality0..1
TypeReference(Appointment)
Comments

This property is intended for use when representing a recurring set of related appointments.

For example, a patient undergoing physical therapy may have a recurring appointment every Tuesday and Thursday. Each occurrence of the set will refer to the originating appointment, which contains the recurring template information. For representing appointment series, see the guidance on recurring vs. series appointments.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-6
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: N/A
Appointment.start
ShortWhen appointment is to take place
Definition

Date/Time that the appointment is to take place.

Cardinality1..1
Typeinstant
SummaryTrue
Comments

If actual start/end times are not known then the requested period start/end can be used.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-5, app-3, app-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.occurrence[x]
  • w5: FiveWs.init
  • v2: ARQ-11.1, SCH-11.4 / TQ1-7
  • rim: .effectiveTime.low
  • ical: DTSTART
Appointment.end
ShortWhen appointment is to conclude
Definition

Date/Time that the appointment is to conclude.

Cardinality0..1
Typeinstant
SummaryTrue
Comments

If actual start/end times are not known then the requested period start/end can be used.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-5, app-3, app-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.occurrence[x]
  • w5: FiveWs.done[x]
  • v2: SCH-11.5 / TQ1-8/ calculated based on the start and the duration which is in ARQ-9
  • rim: .effectiveTime.high
  • ical: DTEND
Appointment.minutesDuration
ShortCan be less than start/end (e.g. estimate)
Definition

Number of minutes that the appointment is to take. This can be less than the duration between the start and end times. For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work. Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end.

Cardinality0..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.occurrence[x]
  • rim: .activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')].width
  • ical: DURATION (e.g. PT15M)
Appointment.requestedPeriod
ShortPotential date/time interval(s) requested to allocate the appointment within
Definition

A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.

The duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system.

Cardinality0..*
TypePeriod
Comments

This does not introduce a capacity for recurring appointments.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.occurrence[x]
  • v2: ARQ-11
  • rim: .activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')]
Appointment.slot
ShortThe slots that this appointment is filling
Definition

The slots from the participants' schedules that will be filled by the appointment.

Cardinality0..*
TypeReference(Slot)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[@typeCode = 'REFR'].act[@classCode = 'ACT'][@moodCode = 'SLOT']
Appointment.account
ShortThe set of accounts that may be used for billing for this Appointment
Definition

The set of accounts that is expected to be used for billing the activities that result from this Appointment.

Cardinality0..*
TypeReference(Account)
Comments

The specified account(s) could be those identified during pre-registration workflows in preparation for an upcoming Encounter.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .pertains.A_Account
Appointment.created
ShortThe date that this appointment was initially created
Definition

The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment.

Cardinality1..1
TypedateTime
Comments

This property is required for many use cases where the age of an appointment is considered in processing workflows for scheduling and billing of appointments.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.authoredOn
  • rim: .author.time
  • ical: CREATED
Appointment.cancellationDate
ShortWhen the appointment was cancelled
Definition

The date/time describing when the appointment was cancelled.

Cardinality1..1
TypedateTime
Comments

If the appointment was cancelled multiple times, this would reflect the most recent cancellation.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-7
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.note
ShortAdditional comments
Definition

Additional notes/comments about the appointment.

Cardinality0..*
TypeAnnotation
Comments

Additional text to aid in facilitating the appointment. For instance, a note might be, "patient should proceed immediately to infusion room upon arrival"

Where this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it.

Typically only the concept.text will be used, however occasionally a reference to some generic documentation (or specific) and also supports coded instructions if/when they are required.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.note
  • v2: NTE-3
  • rim: .subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value
  • ical: DESCRIPTION (for internal use)
Appointment.patientInstruction
ShortDetailed information and instructions for the patient
Definition

While Appointment.note contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before).

Cardinality0..*
TypeCodeableReference(DocumentReference | Binary | Communication)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: NTE-3
  • rim: .subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value
  • ical: DESCRIPTION (for patient use)
Appointment.basedOn
ShortThe request this appointment is allocated to assess
Definition

The request this appointment is allocated to assess (e.g. incoming referral or procedure request).

Cardinality1..1
TypeReference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest)
AliasincomingReferral
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.basedOn
  • rim: .outboundRelationship[@typeCode = 'FLFS'].act[@classCode < 'ActCareProvisionRequestType'][@moodCode = 'RQO']
Appointment.basedOn.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typeid
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.basedOn.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.basedOn.reference
ShortLiteral reference, Relative, internal or absolute URL
Definition

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Cardinality1..1
Typestring
SummaryTrue
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2, ref-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.basedOn.type
ShortType the reference refers to (e.g. "Patient") - must be a resource in resources
Definition

The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

Cardinality1..1
Typeuri
Binding

Aa resource (or, for logical models, the URI of the logical model).

ResourceType (extensible)

SummaryTrue
Comments

This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value
ServiceRequest
Mappings
  • rim: N/A
Appointment.basedOn.identifier
ShortLogical reference, when literal reference is not known
Definition

An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

Cardinality0..1
TypeIdentifier
SummaryTrue
Comments

When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .identifier
Appointment.basedOn.display
ShortText alternative for the resource
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Cardinality0..1
Typestring
SummaryTrue
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.subject
ShortThe patient or group associated with the appointment
Definition

The patient or group associated with the appointment, if they are to be present (usually) then they should also be included in the participant backbone element.

Cardinality1..1
TypeReference(Patient | Group)
SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.who
  • v2: PID-3-Patient ID List
  • rim: subject.patient
Appointment.subject.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typeid
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.subject.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Slicing

Unordered, Open, by url(Value)

Extensions are always sliced by (at least) url

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.subject.reference
ShortLiteral reference, Relative, internal or absolute URL
Definition

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Cardinality1..1
Typestring
SummaryTrue
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2, ref-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.subject.type
ShortType the reference refers to (e.g. "Patient") - must be a resource in resources
Definition

The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

Cardinality1..1
Typeuri
Binding

Aa resource (or, for logical models, the URI of the logical model).

ResourceType (extensible)

SummaryTrue
Comments

This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value
Patient
Mappings
  • rim: N/A
Appointment.subject.identifier
ShortLogical reference, when literal reference is not known
Definition

An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

Cardinality0..1
TypeIdentifier
SummaryTrue
Comments

When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .identifier
Appointment.subject.display
ShortText alternative for the resource
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Cardinality0..1
Typestring
SummaryTrue
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

ConditionsThe cardinality or value of this element may be affected by these constraints: ref-2
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.participant
ShortParticipants involved in appointment
Definition

List of participants involved in the appointment.

Cardinality1..*
TypeBackboneElement
Constraints
  • app-1: Either the type or actor on the participant SHALL be specified
    type.exists() or actor.exists()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Request.performer, Request.subject
  • v2: PID, AIP, AIG, AIL
  • rim: performer | reusableDevice | subject | location
  • ical: ATTENDEE component to be created
Appointment.participant.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.participant.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.participant.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.participant.type
ShortRole of participant in the appointment
Definition

Role of participant in the appointment.

Cardinality0..*
TypeCodeableConcept
Binding

Role of participant in encounter.

ParticipantType (extensible)

SummaryTrue
Comments

The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.

If the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.

This value SHALL be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: AIP-4, AIG-4
  • rim: (performer | reusableDevice | subject | location).@typeCode
  • ical: n/a
Appointment.participant.period
ShortParticipation period of the actor
Definition

Participation period of the actor.

Cardinality0..1
TypePeriod
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Appointment.participant.actor
ShortThe individual, device, location, or service participating in the appointment
Definition

The individual, device, location, or service participating in the appointment.

Cardinality0..1
TypeReference(Patient | Group | Practitioner | PractitionerRole | CareTeam | RelatedPerson | Device | HealthcareService | Location)
SummaryTrue
Comments

Where a CareTeam is provided, this does not imply that the entire team is included, just a single member from the group with the appropriate role. Where multiple members are required, please include the CareTeam the required number of times.

ConditionsThe cardinality or value of this element may be affected by these constraints: app-1
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.who
  • v2: PID-3-Patient ID List | AIL-3 | AIG-3 | AIP-3
  • rim: performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation
  • ical: ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) where the participant type is not "information-only"
Appointment.participant.required
ShortThe participant is required to attend (optional when false)
Definition

Whether this participant is required to be present at the meeting. If false, the participant is optional.

Cardinality0..1
Typeboolean
SummaryTrue
Comments

For the use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present include the patient in the subject field, but do not include them as a participant - this was formerly done prior to R5 with required='information-only'.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: (performer | reusableDevice | subject | location).@performInd
  • ical: ROLE=REQ-PARTICIPANT (roleparam)
Appointment.participant.status
Shortaccepted | declined | tentative | needs-action
Definition

Participation status of the actor.

Cardinality1..1
Typecode
Binding

The Participation status of an appointment.

ParticipationStatus (required)

SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: AIP-12, AIG-14
  • rim: (performer | reusableDevice | subject | location).statusCode
  • ical: ATTENDEE;CN="John Doe";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam)
Appointment.recurrenceId
ShortThe sequence number in the recurrence
Definition

The sequence number that identifies a specific appointment in a recurring pattern.

Cardinality0..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.occurrenceChanged
ShortIndicates that this appointment varies from a recurrence pattern
Definition

This appointment varies from the recurring pattern.

Cardinality0..1
Typeboolean
Comments

For example, if a patient has physical therapy appointments every Tuesday and Thursday, but due to a national holiday, a single occurrence was rescheduled to a different day, while the rest of the recurring series remained on Tuesday / Thursday.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.recurrenceTemplate
ShortDetails of the recurrence pattern/template used to generate occurrences
Definition

The details of the recurrence pattern or template that is used to generate recurring appointments.

Cardinality0..*
TypeBackboneElement
ConditionsThe cardinality or value of this element may be affected by these constraints: app-6
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Appointment.recurrenceTemplate.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.recurrenceTemplate.timezone
ShortThe timezone of the occurrences
Definition

The timezone of the recurring appointment occurrences.

Cardinality0..1
TypeCodeableConcept
Binding

IANA Timezones (BCP 175)

IANATimezones (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
  • ical: TZID
Appointment.recurrenceTemplate.recurrenceType
ShortThe frequency of the recurrence
Definition

How often the appointment series should recur.

Cardinality1..1
TypeCodeableConcept
Binding

IANA Timezones (BCP 175)

AppointmentRecurrenceType (preferred)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • ical: FREQ
Appointment.recurrenceTemplate.lastOccurrenceDate
ShortThe date when the recurrence should end
Definition

Recurring appointments will not occur after this date.

Cardinality0..1
Typedate
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • ical: UNTIL
Appointment.recurrenceTemplate.occurrenceCount
ShortThe number of planned occurrences
Definition

How many appointments are planned in the recurrence.

Cardinality0..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • ical: COUNT
Appointment.recurrenceTemplate.occurrenceDate
ShortSpecific dates for a recurring set of appointments (no template)
Definition

The list of specific dates that will have appointments generated.

Cardinality0..*
Typedate
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • ical: RDATE
Appointment.recurrenceTemplate.weeklyTemplate
ShortInformation about weekly recurring appointments
Definition

Information about weekly recurring appointments.

Cardinality0..1
TypeBackboneElement
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.weeklyTemplate.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.weeklyTemplate.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.recurrenceTemplate.weeklyTemplate.monday
ShortRecurs on Mondays
Definition

Indicates that recurring appointments should occur on Mondays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.tuesday
ShortRecurs on Tuesday
Definition

Indicates that recurring appointments should occur on Tuesdays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.wednesday
ShortRecurs on Wednesday
Definition

Indicates that recurring appointments should occur on Wednesdays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.thursday
ShortRecurs on Thursday
Definition

Indicates that recurring appointments should occur on Thursdays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.friday
ShortRecurs on Friday
Definition

Indicates that recurring appointments should occur on Fridays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.saturday
ShortRecurs on Saturday
Definition

Indicates that recurring appointments should occur on Saturdays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.sunday
ShortRecurs on Sunday
Definition

Indicates that recurring appointments should occur on Sundays.

Cardinality0..1
Typeboolean
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.weeklyTemplate.weekInterval
ShortRecurs every nth week
Definition

The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more.

e.g. For recurring every second week this interval would be 2, or every third week the interval would be 3.

Cardinality0..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.monthlyTemplate
ShortInformation about monthly recurring appointments
Definition

Information about monthly recurring appointments.

Cardinality0..1
TypeBackboneElement
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.monthlyTemplate.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.monthlyTemplate.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.monthlyTemplate.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth
ShortRecurs on a specific day of the month
Definition

Indicates that appointments in the series of recurring appointments should occur on a specific day of the month.

Cardinality0..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth
ShortIndicates which week of the month the appointment should occur
Definition

Indicates which week within a month the appointments in the series of recurring appointments should occur on.

Cardinality0..1
TypeCoding
Binding

The set of weeks in a month.

WeekOfMonth (required)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek
ShortIndicates which day of the week the appointment should occur
Definition

Indicates which day of the week the recurring appointments should occur each nth week.

Cardinality0..1
TypeCoding
Binding

The days of the week.

DaysOfWeek (required)

Comments

This property is intended to be used with Appointment.recurrenceTemplate.monthly.nthWeek.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.monthlyTemplate.monthInterval
ShortRecurs every nth month
Definition

Indicates that recurring appointments should occur every nth month.

Cardinality1..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.yearlyTemplate
ShortInformation about yearly recurring appointments
Definition

Information about yearly recurring appointments.

Cardinality0..1
TypeBackboneElement
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.yearlyTemplate.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.yearlyTemplate.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Appointment.recurrenceTemplate.yearlyTemplate.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Appointment.recurrenceTemplate.yearlyTemplate.yearInterval
ShortRecurs every nth year
Definition

Appointment recurs every nth year.

Cardinality1..1
TypepositiveInt
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Appointment.recurrenceTemplate.excludingDate
ShortAny dates that should be excluded from the series
Definition

Any dates, such as holidays, that should be excluded from the recurrence.

Cardinality0..*
Typedate
Comments

excludingDate is an alternative to excludingRecurrenceId. You may say either that 12/25/XXXX should be excluded using excludingDate, or you may indicate the recurrenceId of the appointment that would fall on the excluded date in the excludingRecurrenceId property.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • ical: EXDATE
Appointment.recurrenceTemplate.excludingRecurrenceId
ShortAny recurrence IDs that should be excluded from the recurrence
Definition

Any dates, such as holidays, that should be excluded from the recurrence.

Cardinality0..*
TypepositiveInt
Comments

excludingRecurrenceId is an alternative to excludingDate. You may say either that 12/25/XXXX should be excluded using excludingDate, or you may indicate the recurrenceId of the appointment that would fall on the excluded date in the excludingRecurrenceId property.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
{
"resourceType": "StructureDefinition",
"url": "https://digives.gov.lv/fhir/StructureDefinition/AppointmentInfo",
"version": "0.1",
"name": "AppointmentInfo",
"title": "Pieraksta informācija",
"status": "draft",
"date": "2025-05-30",
"publisher": "LDVC",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Appointment",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
"derivation": "constraint",
"element": [
{
"id": "Appointment.meta",
"path": "Appointment.meta",
"short": "Metadata about a resource",
"definition": "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"min": 1,
"type": [
{
"code": "Meta",
"profile": [
"https://digives.gov.lv/fhir/StructureDefinition/MedicalMeta"
]
}
]
},
{
"id": "Appointment.cancellationReason.coding",
"path": "Appointment.cancellationReason.coding",
"min": 1,
"max": "1"
},
{
"id": "Appointment.cancellationReason.coding.system",
"path": "Appointment.cancellationReason.coding.system",
"min": 1,
"fixedUri": "urn:oid:1.3.6.1.4.1.38760.2.913"
},
{
"id": "Appointment.cancellationReason.coding.code",
"path": "Appointment.cancellationReason.coding.code",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "http://digives.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.913"
}
},
{
"id": "Appointment.cancellationReason.coding.display",
"path": "Appointment.cancellationReason.coding.display",
"min": 1
},
{
"id": "Appointment.supportingInformation",
"path": "Appointment.supportingInformation",
"min": 1,
"max": "1"
},
{
"id": "Appointment.supportingInformation.id",
"path": "Appointment.supportingInformation.id",
"min": 1,
"fixedString": "providerInstitution"
},
{
"id": "Appointment.supportingInformation.reference",
"path": "Appointment.supportingInformation.reference",
"min": 1
},
{
"id": "Appointment.supportingInformation.type",
"path": "Appointment.supportingInformation.type",
"min": 1,
"fixedUri": "Organization"
},
{
"id": "Appointment.start",
"path": "Appointment.start",
"min": 1
},
{
"id": "Appointment.created",
"path": "Appointment.created",
"min": 1
},
{
"id": "Appointment.cancellationDate",
"path": "Appointment.cancellationDate",
"min": 1
},
{
"id": "Appointment.basedOn",
"path": "Appointment.basedOn",
"min": 1,
"max": "1"
},
{
"id": "Appointment.basedOn.reference",
"path": "Appointment.basedOn.reference",
"min": 1
},
{
"id": "Appointment.basedOn.type",
"path": "Appointment.basedOn.type",
"min": 1,
"fixedUri": "ServiceRequest"
},
{
"id": "Appointment.subject",
"path": "Appointment.subject",
"min": 1
},
{
"id": "Appointment.subject.reference",
"path": "Appointment.subject.reference",
"min": 1
},
{
"id": "Appointment.subject.type",
"path": "Appointment.subject.type",
"min": 1,
"fixedUri": "Patient"
}
]
}
}
<StructureDefinition xmlns="http://hl7.org/fhir">
<url value="https://digives.gov.lv/fhir/StructureDefinition/AppointmentInfo" />
<version value="0.1" />
<name value="AppointmentInfo" />
<title value="Pieraksta informācija" />
<status value="draft" />
<date value="2025-05-30" />
<publisher value="LDVC" />
<fhirVersion value="5.0.0" />
<kind value="resource" />
<abstract value="false" />
<type value="Appointment" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Appointment" />
<derivation value="constraint" />
<element id="Appointment.meta">
<path value="Appointment.meta" />
<short value="Metadata about a resource" />
<definition value="The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." />
<min value="1" />
<code value="Meta" />
<profile value="https://digives.gov.lv/fhir/StructureDefinition/MedicalMeta" />
</type>
</element>
<element id="Appointment.cancellationReason.coding">
<path value="Appointment.cancellationReason.coding" />
<min value="1" />
<max value="1" />
</element>
<element id="Appointment.cancellationReason.coding.system">
<path value="Appointment.cancellationReason.coding.system" />
<min value="1" />
<fixedUri value="urn:oid:1.3.6.1.4.1.38760.2.913" />
</element>
<element id="Appointment.cancellationReason.coding.code">
<path value="Appointment.cancellationReason.coding.code" />
<min value="1" />
<strength value="required" />
<valueSet value="http://digives.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.913" />
</binding>
</element>
<element id="Appointment.cancellationReason.coding.display">
<path value="Appointment.cancellationReason.coding.display" />
<min value="1" />
</element>
<element id="Appointment.supportingInformation">
<path value="Appointment.supportingInformation" />
<min value="1" />
<max value="1" />
</element>
<element id="Appointment.supportingInformation.id">
<path value="Appointment.supportingInformation.id" />
<min value="1" />
<fixedString value="providerInstitution" />
</element>
<element id="Appointment.supportingInformation.reference">
<path value="Appointment.supportingInformation.reference" />
<min value="1" />
</element>
<element id="Appointment.supportingInformation.type">
<path value="Appointment.supportingInformation.type" />
<min value="1" />
<fixedUri value="Organization" />
</element>
<element id="Appointment.start">
<path value="Appointment.start" />
<min value="1" />
</element>
<element id="Appointment.created">
<path value="Appointment.created" />
<min value="1" />
</element>
<element id="Appointment.cancellationDate">
<path value="Appointment.cancellationDate" />
<min value="1" />
</element>
<element id="Appointment.basedOn">
<path value="Appointment.basedOn" />
<min value="1" />
<max value="1" />
</element>
<element id="Appointment.basedOn.reference">
<path value="Appointment.basedOn.reference" />
<min value="1" />
</element>
<element id="Appointment.basedOn.type">
<path value="Appointment.basedOn.type" />
<min value="1" />
<fixedUri value="ServiceRequest" />
</element>
<element id="Appointment.subject">
<path value="Appointment.subject" />
<min value="1" />
</element>
<element id="Appointment.subject.reference">
<path value="Appointment.subject.reference" />
<min value="1" />
</element>
<element id="Appointment.subject.type">
<path value="Appointment.subject.type" />
<min value="1" />
<fixedUri value="Patient" />
</element>
</differential>
</StructureDefinition>

Klasifikatori

ElementsStiprumsKlasifikators
Appointment.cancellationReason.coding.coderequiredhttp://digives.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.913