MyHealthWay
1.0.1 - Trial-Implementation
KR
MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint | Version: 1.0.1 | |||
Active as of 2024-01-05 | Computable Name: MyHealthWayEndpointProfile |
MyHealthWay 의 DICOM 영상 위치 정보에 적용되는 Endpoint 구조.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Endpoint
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | Endpoint | |||
![]() ![]() ![]() | 1..1 | Identifier | 조회 대상 식별자 | |
![]() ![]() ![]() ![]() | 1..1 | uri | 식별체계 | |
![]() ![]() ![]() ![]() | 1..1 | string | 식별자 | |
![]() ![]() ![]() | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Fixed Value: active | |
![]() ![]() ![]() | S | 1..1 | Coding | 조회 대상 연결 타입 |
![]() ![]() ![]() ![]() | S | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type |
![]() ![]() ![]() ![]() | S | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
![]() ![]() ![]() ![]() | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | |
![]() ![]() ![]() | S | 1..1 | string | 조회 대상 명칭 |
![]() ![]() ![]() | S | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
![]() ![]() ![]() | 1..1 | CodeableConcept | 제공 정보 유형 | |
![]() ![]() ![]() ![]() | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay | |
![]() ![]() ![]() | S | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 |
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..1 | Identifier | 조회 대상 식별자 |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | Σ | 1..1 | string | 식별자 Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active |
![]() ![]() ![]() | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type |
![]() ![]() ![]() ![]() | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
![]() ![]() ![]() ![]() | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS |
![]() ![]() ![]() | SΣ | 1..1 | string | 조회 대상 명칭 |
![]() ![]() ![]() | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) |
![]() ![]() ![]() ![]() | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay |
![]() ![]() ![]() | SΣ | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 |
![]() |
Path | Conformance | ValueSet / Code |
Endpoint.identifier.use | required | IdentifierUse |
Endpoint.status | required | Fixed Value: active |
Endpoint.connectionType | extensible | EndpointConnectionType |
Endpoint.payloadType | example | EndpointPayloadType |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Endpoint | 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().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-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Endpoint | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 1..1 | Identifier | 조회 대상 식별자 | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | string | 식별자 Example General: 123456 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active | ||||
![]() ![]() ![]() | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() | SΣ | 1..1 | string | 조회 대상 명칭 | ||||
![]() ![]() ![]() | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 | ||||
![]() ![]() ![]() | 0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
![]() ![]() ![]() | Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay | ||||
![]() ![]() ![]() | Σ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() ![]() | SΣ | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 | ||||
![]() ![]() ![]() | 0..* | string | Usage depends on the channel type | |||||
![]() |
Path | Conformance | ValueSet / Code | ||||
Endpoint.language | preferred | CommonLanguages
| ||||
Endpoint.identifier.use | required | IdentifierUse | ||||
Endpoint.identifier.type | extensible | Identifier Type Codes | ||||
Endpoint.status | required | Fixed Value: active | ||||
Endpoint.connectionType | extensible | EndpointConnectionType | ||||
Endpoint.payloadType | example | EndpointPayloadType | ||||
Endpoint.payloadMimeType | required | Mime Types (a valid code from urn:ietf:bcp:13 ) |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Endpoint | 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().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-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Endpoint | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Endpoint
Differential View
This structure is derived from Endpoint
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | Endpoint | |||
![]() ![]() ![]() | 1..1 | Identifier | 조회 대상 식별자 | |
![]() ![]() ![]() ![]() | 1..1 | uri | 식별체계 | |
![]() ![]() ![]() ![]() | 1..1 | string | 식별자 | |
![]() ![]() ![]() | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Fixed Value: active | |
![]() ![]() ![]() | S | 1..1 | Coding | 조회 대상 연결 타입 |
![]() ![]() ![]() ![]() | S | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type |
![]() ![]() ![]() ![]() | S | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
![]() ![]() ![]() ![]() | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | |
![]() ![]() ![]() | S | 1..1 | string | 조회 대상 명칭 |
![]() ![]() ![]() | S | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
![]() ![]() ![]() | 1..1 | CodeableConcept | 제공 정보 유형 | |
![]() ![]() ![]() ![]() | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay | |
![]() ![]() ![]() | S | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 |
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..1 | Identifier | 조회 대상 식별자 |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | Σ | 1..1 | string | 식별자 Example General: 123456 |
![]() ![]() ![]() | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active |
![]() ![]() ![]() | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type |
![]() ![]() ![]() ![]() | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
![]() ![]() ![]() ![]() | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS |
![]() ![]() ![]() | SΣ | 1..1 | string | 조회 대상 명칭 |
![]() ![]() ![]() | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) |
![]() ![]() ![]() ![]() | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay |
![]() ![]() ![]() | SΣ | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 |
![]() |
Path | Conformance | ValueSet / Code |
Endpoint.identifier.use | required | IdentifierUse |
Endpoint.status | required | Fixed Value: active |
Endpoint.connectionType | extensible | EndpointConnectionType |
Endpoint.payloadType | example | EndpointPayloadType |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Endpoint | 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().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-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Endpoint | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 1..1 | Identifier | 조회 대상 식별자 | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | string | 식별자 Example General: 123456 | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active | ||||
![]() ![]() ![]() | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | 코드체계 Fixed Value: http://terminology.hl7.org/CodeSystem/endpoint-connection-type | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() | SΣ | 1..1 | string | 조회 대상 명칭 | ||||
![]() ![]() ![]() | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 | ||||
![]() ![]() ![]() | 0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
![]() ![]() ![]() | Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: MyHealthWay | ||||
![]() ![]() ![]() | Σ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() ![]() | SΣ | 1..1 | url | 조회 대상 주소(URL) Fixed Value: khis:myhw:md:2022 | ||||
![]() ![]() ![]() | 0..* | string | Usage depends on the channel type | |||||
![]() |
Path | Conformance | ValueSet / Code | ||||
Endpoint.language | preferred | CommonLanguages
| ||||
Endpoint.identifier.use | required | IdentifierUse | ||||
Endpoint.identifier.type | extensible | Identifier Type Codes | ||||
Endpoint.status | required | Fixed Value: active | ||||
Endpoint.connectionType | extensible | EndpointConnectionType | ||||
Endpoint.payloadType | example | EndpointPayloadType | ||||
Endpoint.payloadMimeType | required | Mime Types (a valid code from urn:ietf:bcp:13 ) |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Endpoint | 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().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-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Endpoint | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Endpoint
Other representations of profile: CSV, Excel, Schematron