HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: 卫生服务人员信息结构定义

官方URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/core-practitioner 版本: 2025.3.12
Draft as of 2025-03-11 机读名称: CorePractitioner

卫生服务人员资源本地化定义。

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
ele-1: All FHIR elements must have a @value or children
... active ?!Σ 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
ele-1: All FHIR elements must have a @value or children
... name Σ 1..* HumanName 卫生服务人员姓名
ele-1: All FHIR elements must have a @value or children
... telecom Σ 0..* ContactPoint 卫生服务人员的联系方式
ele-1: All FHIR elements must have a @value or children
... gender Σ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.


ele-1: All FHIR elements must have a @value or children
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... address Σ 0..* Address 卫生服务人员的地址
ele-1: All FHIR elements must have a @value or children
... qualification 0..* BackboneElement 卫生服务人员资格证件
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... identifier 0..* Identifier 资格证书标识
ele-1: All FHIR elements must have a @value or children
.... code 1..1 CodeableConcept 资格证书类型
Binding: hl7VS-degreeLicenseCertificate (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
.... period 0..1 Period 资格证书的有效时间
ele-1: All FHIR elements must have a @value or children
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
ele-1: All FHIR elements must have a @value or children
... communication 0..* BackboneElement 卫生服务人员精通的语言
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... language 1..1 CodeableConcept The language code used to communicate with the practitioner
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set

ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0
from the FHIR Standard
Practitioner.qualification.codeexampleHl7VSDegreeLicenseCertificate
http://terminology.hl7.org/ValueSet/v2-0360
Practitioner.communication.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()

该结构继承自 Practitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner Practitioner
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
... identifier 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
... active 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
... telecom 0..* ContactPoint 卫生服务人员的联系方式
... gender 1..1 code male | female | other | unknown
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
... address 0..* Address 卫生服务人员的地址
... qualification 0..* BackboneElement 卫生服务人员资格证件
.... identifier 0..* Identifier 资格证书标识
.... code 1..1 CodeableConcept 资格证书类型
.... period 0..1 Period 资格证书的有效时间
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
... communication 0..* BackboneElement 卫生服务人员精通的语言

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
... active ?!Σ 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
... name Σ 1..* HumanName 卫生服务人员姓名
... telecom Σ 0..* ContactPoint 卫生服务人员的联系方式
... gender Σ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
.... value 0..1 code Primitive value for code
... birthDate Σ 0..1 date The date on which the practitioner was born
... deceased[x] Σ 0..1 Indicates if the practitioner is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* Address 卫生服务人员的地址
... photo 0..* Attachment Image of the person
... qualification 0..* BackboneElement 卫生服务人员资格证件
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier 资格证书标识
.... code 1..1 CodeableConcept 资格证书类型
Binding: hl7VS-degreeLicenseCertificate (example): Specific qualification the practitioner has to provide a service.

.... period 0..1 Period 资格证书的有效时间
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
... communication 0..* BackboneElement 卫生服务人员精通的语言
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language code used to communicate with the practitioner
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0
from the FHIR Standard
Practitioner.qualification.codeexampleHl7VSDegreeLicenseCertificate
http://terminology.hl7.org/ValueSet/v2-0360
Practitioner.communication.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
ele-1: All FHIR elements must have a @value or children
... active ?!Σ 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
ele-1: All FHIR elements must have a @value or children
... name Σ 1..* HumanName 卫生服务人员姓名
ele-1: All FHIR elements must have a @value or children
... telecom Σ 0..* ContactPoint 卫生服务人员的联系方式
ele-1: All FHIR elements must have a @value or children
... gender Σ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.


ele-1: All FHIR elements must have a @value or children
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... address Σ 0..* Address 卫生服务人员的地址
ele-1: All FHIR elements must have a @value or children
... qualification 0..* BackboneElement 卫生服务人员资格证件
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... identifier 0..* Identifier 资格证书标识
ele-1: All FHIR elements must have a @value or children
.... code 1..1 CodeableConcept 资格证书类型
Binding: hl7VS-degreeLicenseCertificate (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
.... period 0..1 Period 资格证书的有效时间
ele-1: All FHIR elements must have a @value or children
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
ele-1: All FHIR elements must have a @value or children
... communication 0..* BackboneElement 卫生服务人员精通的语言
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... language 1..1 CodeableConcept The language code used to communicate with the practitioner
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set

ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0
from the FHIR Standard
Practitioner.qualification.codeexampleHl7VSDegreeLicenseCertificate
http://terminology.hl7.org/ValueSet/v2-0360
Practitioner.communication.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()

差异视图

该结构继承自 Practitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner Practitioner
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
... identifier 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
... active 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
... telecom 0..* ContactPoint 卫生服务人员的联系方式
... gender 1..1 code male | female | other | unknown
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
... address 0..* Address 卫生服务人员的地址
... qualification 0..* BackboneElement 卫生服务人员资格证件
.... identifier 0..* Identifier 资格证书标识
.... code 1..1 CodeableConcept 资格证书类型
.... period 0..1 Period 资格证书的有效时间
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
... communication 0..* BackboneElement 卫生服务人员精通的语言

doco Documentation for this format

快照视图

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:EthnicGroup 0..1 Coding 民族
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-ethnicGroup
Binding: 民族类别代码表 (required)
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier 卫生服务人员的业务标识符,例如:身份证、医师证件等
... active ?!Σ 1..1 boolean 卫生服务人员信息的状态,默认取值为true。
... name Σ 1..* HumanName 卫生服务人员姓名
... telecom Σ 0..* ContactPoint 卫生服务人员的联系方式
... gender Σ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:Gender 1..1 Coding 国标性别代码
URL: http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-person-gender
Binding: 生理性别代码表 (required)
.... value 0..1 code Primitive value for code
... birthDate Σ 0..1 date The date on which the practitioner was born
... deceased[x] Σ 0..1 Indicates if the practitioner is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* Address 卫生服务人员的地址
... photo 0..* Attachment Image of the person
... qualification 0..* BackboneElement 卫生服务人员资格证件
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier 资格证书标识
.... code 1..1 CodeableConcept 资格证书类型
Binding: hl7VS-degreeLicenseCertificate (example): Specific qualification the practitioner has to provide a service.

.... period 0..1 Period 资格证书的有效时间
.... issuer 0..1 Reference(Organization) 资格证书颁发机构
... communication 0..* BackboneElement 卫生服务人员精通的语言
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language code used to communicate with the practitioner
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0
from the FHIR Standard
Practitioner.qualification.codeexampleHl7VSDegreeLicenseCertificate
http://terminology.hl7.org/ValueSet/v2-0360
Practitioner.communication.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()

 

本 Profile 的其它表示法: CSV, Excel, Schematron