HL7® Serious Med FHIR® Core Implementation Guide
1.0.0 - ci-build

HL7® Serious Med FHIR® Core Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SmOrganization

Official URL: https://whcater.github.io/serious-med-ig/StructureDefinition/sm-organization Version: 1.0.0
Draft as of 2024-11-11 Computable Name: SmOrganization

科室机构基本信息

Usage:

Formal Views of Profile Content

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

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization 0..* Organization A grouping of people or organizations with a common purpose
... id 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... language 0..1 code 用以表述Patient Resource内容的语言。
Binding: CommonLanguages (preferred)
Example null: zh-CN
... identifier S 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... use S 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type S 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system S 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
.... value S 1..1 string 唯一值
.... period 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... type S 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。

... name S 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom S 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... system S 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value S 0..1 string 实际的联络方式之细节
.... use 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period 0..1 Period 此联络方式的使用效期
... address 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
... partOf 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... id Σ 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code 用以表述Patient Resource内容的语言。
Binding: CommonLanguages (preferred)
Example null: zh-CN
... identifier SΣC 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type SΣ 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system SΣ 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值
Example General: 123456
.... period Σ 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner Σ 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... active ?!SΣ 0..1 boolean 此机构的纪录是否仍在使用中
... type SΣ 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。


... name SΣC 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom SC 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
org-3: The telecom of an organization can never be of use 'home'
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value SΣ 0..1 string 实际的联络方式之细节
.... use ?!Σ 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank Σ 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period Σ 0..1 Period 此联络方式的使用效期
... address C 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
org-2: An address of an organization can never be of use 'home'
... partOf Σ 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension ?!Σ 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... id Σ 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type SΣ 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system SΣ 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值
Example General: 123456
.... period Σ 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner Σ 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... active ?!SΣ 0..1 boolean 此机构的纪录是否仍在使用中
... type SΣ 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。


... name SΣC 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom SC 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
org-3: The telecom of an organization can never be of use 'home'
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value SΣ 0..1 string 实际的联络方式之细节
.... use ?!Σ 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank Σ 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period Σ 0..1 Period 此联络方式的使用效期
... address C 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
org-2: An address of an organization can never be of use 'home'
... partOf Σ 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension ?!Σ 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 3 elements
Must-Support: 11 elements

Differential View

This structure is derived from Organization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization 0..* Organization A grouping of people or organizations with a common purpose
... id 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... language 0..1 code 用以表述Patient Resource内容的语言。
Binding: CommonLanguages (preferred)
Example null: zh-CN
... identifier S 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... use S 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type S 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system S 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
.... value S 1..1 string 唯一值
.... period 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... type S 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。

... name S 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom S 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... system S 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value S 0..1 string 实际的联络方式之细节
.... use 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period 0..1 Period 此联络方式的使用效期
... address 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
... partOf 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... id Σ 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code 用以表述Patient Resource内容的语言。
Binding: CommonLanguages (preferred)
Example null: zh-CN
... identifier SΣC 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type SΣ 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system SΣ 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值
Example General: 123456
.... period Σ 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner Σ 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... active ?!SΣ 0..1 boolean 此机构的纪录是否仍在使用中
... type SΣ 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。


... name SΣC 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom SC 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
org-3: The telecom of an organization can never be of use 'home'
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value SΣ 0..1 string 实际的联络方式之细节
.... use ?!Σ 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank Σ 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period Σ 0..1 Period 此联络方式的使用效期
... address C 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
org-2: An address of an organization can never be of use 'home'
... partOf Σ 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension ?!Σ 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* Organization A grouping of people or organizations with a common purpose
org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
... id Σ 0..1 id 不重复的ID用以识别储存在特定FHIR Server中的Organization纪录,通常又称为逻辑性ID。
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..* Identifier 用于指明跨多个不同系统的机构识别码
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,请说明此识别码的目的;应填入所绑定值集中的其中一个代码。

.... type SΣ 0..1 CodeableConcept 机构识别码(identifier)的型别说明
Binding: ValueSet-IdentifierType (extensible): 识别码的型别,用于决定特定目的所适用的识别码;应填入所绑定值集中的其中一个代码。

.... system SΣ 0..1 uri 机构识别码(identifier)的命名空间(namespace),可至Terminology Server查询命名系统。
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值
Example General: 123456
.... period Σ 0..1 Period 此机构识别码(identifier)的使用效期
.... assigner Σ 0..1 Reference(Organization) 签发identifier的机构(可以只是文字表述)
... active ?!SΣ 0..1 boolean 此机构的纪录是否仍在使用中
... type SΣ 0..1 CodeableConcept 机构的型别
Binding: OrganizationType (example): 用于分类机构;可参考所绑定值集,但此值集只是针对这个栏位的一个可能值的范例,不预期也不鼓励使用者一定要使用此值集的代码。


... name SΣC 1..1 string 机构的名称
... alias 0..* string 此机构目前或过去已知的其他(多个)名称
... telecom SC 0..* ContactPoint 此机构的详细联络方式。 org-3:一个机构的通讯永远不可能是「家用」,意即不可能使用「home」。
org-3: The telecom of an organization can never be of use 'home'
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 应填入所绑定值集中的其中一个代码。

.... value SΣ 0..1 string 实际的联络方式之细节
.... use ?!Σ 0..1 code home | work | temp | old | mobile-此联络方式的用途
Binding: ContactPointUse (required): 应填入所绑定值集中的其中一个代码。

.... rank Σ 0..1 positiveInt 具体说明偏好的使用顺序(1=最高优先顺序)
.... period Σ 0..1 Period 此联络方式的使用效期
... address C 0..* Address 此机构的地址。 org-2:一个机构的地址永远不可能是「家用」,意即不可能使用「home」。
org-2: An address of an organization can never be of use 'home'
... partOf Σ 0..1 Reference(Organization) 此机构属于哪个更高层次机构的一部分
... contact 0..* BackboneElement 某一用途的机构联络方式
.... id 0..1 string 唯一可识别ID,以供资料项目间相互参照。
.... extension 0..* Extension 扩展字段
.... modifierExtension ?!Σ 0..* Extension 此扩展字段可能会完全修正或改变其他资料项目的意涵,需特别留意。
.... purpose 0..1 CodeableConcept 联络的型别
Binding: ContactEntityType (extensible): 你所联络之联络人的联络方式用途;应填入所绑定值集中适合的代码,确定无适合的代码才可以使用其他值集的代码来表示。

.... name 0..1 HumanName 联络人名字
.... telecom 0..* ContactPoint 联络人的详细联络方式(例如:电话、电子邮件等)。
.... address 0..1 Address 联络人的到访或邮政地址
... endpoint 0..* Reference(Endpoint) 存取此Organization的技术服务的终端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Organization.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Organization.identifier.typeextensibleIdentifierType
https://whcater.github.io/serious-med-ig/ValueSet/identifier-type
from this IG
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
from the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf 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-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA 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()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from Organization

Summary

Mandatory: 3 elements
Must-Support: 11 elements

 

Other representations of profile: CSV, Excel, Schematron