Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

Resource Profile: HealthcareService

Official URL: https://ancode.app/fhir/StructureDefinition/HealthcareService Version: 0.2.0
Draft as of 2023-08-28 Computable Name: HealthcareService

Usage:

  • Refer to this Resource Profile:

Formal Views of Profile Content

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

This structure is derived from HealthcareService

NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... identifier 1..*IdentifierExternal identifiers for this item
.... type 0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
... category 1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type 1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... name 1..1stringDescription of service as presented to a consumer while searching
... telecom 0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... appointmentRequired 1..1booleanIf an appointment is required for access to this service

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions
NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... identifier Σ1..*IdentifierExternal identifiers for this item
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
... active ?!Σ1..1booleanWhether this HealthcareService record is in active use
... category Σ1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type Σ1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... name Σ1..1stringDescription of service as presented to a consumer while searching
... telecom C0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... appointmentRequired 1..1booleanIf an appointment is required for access to this service

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
HealthcareService.identifier.userequiredIdentifierUse
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorHealthcareService.telecomA system is required if a value is provided.
: value.empty() or system.exists()
dom-2errorHealthcareServiceIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorHealthcareServiceIf 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.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorHealthcareServiceIf 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-5errorHealthcareServiceIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceHealthcareServiceA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ1..*IdentifierExternal identifiers for this item
.... id 0..1idUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active ?!Σ1..1booleanWhether this HealthcareService record is in active use
... providedBy Σ0..1Reference(Organization)Organization that provides this service
... category Σ1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type Σ1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... specialty Σ0..*CodeableConceptSpecialties handled by the HealthcareService
Binding: PracticeSettingCodeValueSet (preferred): A specialty that a healthcare service may provide.


... location Σ0..*Reference(Location)Location(s) where service may be provided
... name Σ1..1stringDescription of service as presented to a consumer while searching
... comment Σ0..1stringAdditional description and/or any specific issues not covered elsewhere
... extraDetails 0..1markdownExtra details about the service that can't be placed in the other fields
... photo Σ0..1AttachmentFacilitates quick identification of the service
... telecom C0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... coverageArea 0..*Reference(Location)Location(s) service is intended for/available to
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... eligibility 0..*BackboneElementSpecific eligibility requirements required to use the service
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code 0..1CodeableConceptCoded value for the eligibility
Binding: (unbound) (example): Coded values underwhich a specific service is made available.

.... comment 0..1markdownDescribes the eligibility conditions for the service
... program 0..*CodeableConceptPrograms that this service is applicable to
Binding: Program (example): Government or local programs that this service applies to.


... characteristic 0..*CodeableConceptCollection of characteristics (attributes)
Binding: (unbound) (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy).


... communication 0..*CodeableConceptThe language that this service is offered in
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding

... referralMethod 0..*CodeableConceptWays that the service accepts referrals
Binding: ReferralMethod (example): The methods of referral can be used when referring to a specific HealthCareService resource.


... appointmentRequired 1..1booleanIf an appointment is required for access to this service
... availableTime 0..*BackboneElementTimes the Service Site is available
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..*codemon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1booleanAlways available? e.g. 24 hour service
.... availableStartTime 0..1timeOpening time of day (ignored if allDay = true)
.... availableEndTime 0..1timeClosing time of day (ignored if allDay = true)
... notAvailable 0..*BackboneElementNot available during this time due to provided reason
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
.... during 0..1PeriodService not available from this date
... availabilityExceptions 0..1stringDescription of availability exceptions
... endpoint 0..*Reference(Endpoint)Technical endpoints providing access to electronic services operated for the healthcare service

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
HealthcareService.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
HealthcareService.identifier.userequiredIdentifierUse
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.specialtypreferredPracticeSettingCodeValueSet
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions
HealthcareService.eligibility.codeexample
HealthcareService.programexampleProgram
HealthcareService.characteristicexample
HealthcareService.communicationpreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
HealthcareService.referralMethodexampleReferralMethod
HealthcareService.availableTime.daysOfWeekrequiredDaysOfWeek

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorHealthcareService.telecomA system is required if a value is provided.
: value.empty() or system.exists()
dom-r4bwarningHealthcareService.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from HealthcareService

Summary

Mandatory: 9 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from HealthcareService

NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... identifier 1..*IdentifierExternal identifiers for this item
.... type 0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
... category 1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type 1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... name 1..1stringDescription of service as presented to a consumer while searching
... telecom 0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... appointmentRequired 1..1booleanIf an appointment is required for access to this service

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... identifier Σ1..*IdentifierExternal identifiers for this item
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
... active ?!Σ1..1booleanWhether this HealthcareService record is in active use
... category Σ1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type Σ1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... name Σ1..1stringDescription of service as presented to a consumer while searching
... telecom C0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... appointmentRequired 1..1booleanIf an appointment is required for access to this service

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
HealthcareService.identifier.userequiredIdentifierUse
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorHealthcareService.telecomA system is required if a value is provided.
: value.empty() or system.exists()
dom-2errorHealthcareServiceIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorHealthcareServiceIf 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.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorHealthcareServiceIf 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-5errorHealthcareServiceIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceHealthcareServiceA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. HealthcareService 0..*HealthcareServiceThe details of a healthcare service available at a location
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... procedureType 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/ProcedureType
Binding: ProcedureType (required)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ1..*IdentifierExternal identifiers for this item
.... id 0..1idUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCommon (required)
.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active ?!Σ1..1booleanWhether this HealthcareService record is in active use
... providedBy Σ0..1Reference(Organization)Organization that provides this service
... category Σ1..1CodeableConceptBroad category of service being performed or delivered
Binding: ServiceCategory (required)
... type Σ1..1CodeableConceptType of service that may be delivered or performed
Binding: ServiceType (required)
... specialty Σ0..*CodeableConceptSpecialties handled by the HealthcareService
Binding: PracticeSettingCodeValueSet (preferred): A specialty that a healthcare service may provide.


... location Σ0..*Reference(Location)Location(s) where service may be provided
... name Σ1..1stringDescription of service as presented to a consumer while searching
... comment Σ0..1stringAdditional description and/or any specific issues not covered elsewhere
... extraDetails 0..1markdownExtra details about the service that can't be placed in the other fields
... photo Σ0..1AttachmentFacilitates quick identification of the service
... telecom C0..*ContactPointDetails of a Technology mediated contact point (phone, fax, email, etc.)
... coverageArea 0..*Reference(Location)Location(s) service is intended for/available to
... serviceProvisionCode 1..1CodeableConceptConditions under which service is available/offered
Binding: ServiceProvisionConditions (required)
... eligibility 0..*BackboneElementSpecific eligibility requirements required to use the service
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code 0..1CodeableConceptCoded value for the eligibility
Binding: (unbound) (example): Coded values underwhich a specific service is made available.

.... comment 0..1markdownDescribes the eligibility conditions for the service
... program 0..*CodeableConceptPrograms that this service is applicable to
Binding: Program (example): Government or local programs that this service applies to.


... characteristic 0..*CodeableConceptCollection of characteristics (attributes)
Binding: (unbound) (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy).


... communication 0..*CodeableConceptThe language that this service is offered in
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding

... referralMethod 0..*CodeableConceptWays that the service accepts referrals
Binding: ReferralMethod (example): The methods of referral can be used when referring to a specific HealthCareService resource.


... appointmentRequired 1..1booleanIf an appointment is required for access to this service
... availableTime 0..*BackboneElementTimes the Service Site is available
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..*codemon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1booleanAlways available? e.g. 24 hour service
.... availableStartTime 0..1timeOpening time of day (ignored if allDay = true)
.... availableEndTime 0..1timeClosing time of day (ignored if allDay = true)
... notAvailable 0..*BackboneElementNot available during this time due to provided reason
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
.... during 0..1PeriodService not available from this date
... availabilityExceptions 0..1stringDescription of availability exceptions
... endpoint 0..*Reference(Endpoint)Technical endpoints providing access to electronic services operated for the healthcare service

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
HealthcareService.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
HealthcareService.identifier.userequiredIdentifierUse
HealthcareService.identifier.typerequiredIdentifierTypeCommon
HealthcareService.categoryrequiredServiceCategory
HealthcareService.typerequiredServiceType
HealthcareService.specialtypreferredPracticeSettingCodeValueSet
HealthcareService.serviceProvisionCoderequiredServiceProvisionConditions
HealthcareService.eligibility.codeexample
HealthcareService.programexampleProgram
HealthcareService.characteristicexample
HealthcareService.communicationpreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
HealthcareService.referralMethodexampleReferralMethod
HealthcareService.availableTime.daysOfWeekrequiredDaysOfWeek

Constraints

IdGradePath(s)DetailsRequirements
cpt-2errorHealthcareService.telecomA system is required if a value is provided.
: value.empty() or system.exists()
dom-r4bwarningHealthcareService.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from HealthcareService

Summary

Mandatory: 9 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron