MyHealthWay
0.1.1 - draft
Korea, Republic of
MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions
Official URL: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint | Version: 0.1.1 | |||
Draft as of 2023-12-21 | 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 | Endpoint | |||
identifier | 1..1 | Identifier | 조회 대상 식별자 | |
system | 1..1 | uri | 식별체계 | |
value | 1..1 | string | 식별자 | |
status | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Fixed Value: active | |
connectionType | S | 1..1 | Coding | 조회 대상 연결 타입 |
system | S | 1..1 | uri | 코드체계 |
code | S | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
display | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | |
name | S | 1..1 | string | 조회 대상 명칭 |
managingOrganization | S | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
payloadType | 1..1 | CodeableConcept | 제공 정보 유형 | |
text | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway | |
address | S | 1..1 | url | 조회 대상 주소(URL) |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Endpoint | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 1..1 | Identifier | 조회 대상 식별자 |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
system | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient |
value | Σ | 1..1 | string | 식별자 Example General: 123456 |
status | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active |
connectionType | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) |
system | SΣ | 1..1 | uri | 코드체계 |
code | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
display | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS |
name | SΣ | 1..1 | string | 조회 대상 명칭 |
managingOrganization | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
payloadType | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) |
text | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway |
address | SΣ | 1..1 | url | 조회 대상 주소(URL) |
Documentation for this format |
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 | ||||
---|---|---|---|---|---|---|---|---|
Endpoint | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic 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 | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
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 | Σ | 1..1 | Identifier | 조회 대상 식별자 | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
type | Σ | 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. | ||||
system | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient | ||||
value | Σ | 1..1 | string | 식별자 Example General: 123456 | ||||
period | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
status | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active | ||||
connectionType | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | SΣ | 1..1 | uri | 코드체계 | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs | ||||
display | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | ||||
userSelected | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
name | SΣ | 1..1 | string | 조회 대상 명칭 | ||||
managingOrganization | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 | ||||
contact | 0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
period | Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
payloadType | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | Σ | 0..* | Coding | Code defined by a terminology system | ||||
text | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway | ||||
payloadMimeType | Σ | 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. | ||||
address | SΣ | 1..1 | url | 조회 대상 주소(URL) | ||||
header | 0..* | string | Usage depends on the channel type | |||||
Documentation for this format |
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 | Endpoint | |||
identifier | 1..1 | Identifier | 조회 대상 식별자 | |
system | 1..1 | uri | 식별체계 | |
value | 1..1 | string | 식별자 | |
status | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Fixed Value: active | |
connectionType | S | 1..1 | Coding | 조회 대상 연결 타입 |
system | S | 1..1 | uri | 코드체계 |
code | S | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
display | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | |
name | S | 1..1 | string | 조회 대상 명칭 |
managingOrganization | S | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
payloadType | 1..1 | CodeableConcept | 제공 정보 유형 | |
text | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway | |
address | S | 1..1 | url | 조회 대상 주소(URL) |
Documentation for this format |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Endpoint | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic services | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 1..1 | Identifier | 조회 대상 식별자 |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
system | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient |
value | Σ | 1..1 | string | 식별자 Example General: 123456 |
status | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active |
connectionType | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) |
system | SΣ | 1..1 | uri | 코드체계 |
code | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs |
display | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS |
name | SΣ | 1..1 | string | 조회 대상 명칭 |
managingOrganization | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 |
payloadType | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) |
text | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway |
address | SΣ | 1..1 | url | 조회 대상 주소(URL) |
Documentation for this format |
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 | ||||
---|---|---|---|---|---|---|---|---|
Endpoint | 0..* | Endpoint | The technical details of an endpoint that can be used for electronic 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 | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
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 | Σ | 1..1 | Identifier | 조회 대상 식별자 | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
type | Σ | 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. | ||||
system | Σ | 1..1 | uri | 식별체계 Example General: http://www.acme.com/identifiers/patient | ||||
value | Σ | 1..1 | string | 식별자 Example General: 123456 | ||||
period | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
status | ?!Σ | 1..1 | code | 조회 대상 상태: active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. Fixed Value: active | ||||
connectionType | SΣ | 1..1 | Coding | 조회 대상 연결 타입 Binding: EndpointConnectionType (extensible) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | SΣ | 1..1 | uri | 코드체계 | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | SΣ | 1..1 | code | query: dicom-qido-rs | retrive: dicom-wado-rs | ||||
display | Σ | 0..1 | string | query : DICOM QIDO-RS | retrive : DICOM WADO-RS | ||||
userSelected | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
name | SΣ | 1..1 | string | 조회 대상 명칭 | ||||
managingOrganization | SΣ | 1..1 | Reference(MyHealthWay Organization Profile) | 정보 조회 대상 제공기관 | ||||
contact | 0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
period | Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
payloadType | Σ | 1..1 | CodeableConcept | 제공 정보 유형 Binding: EndpointPayloadType (example) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | Σ | 0..* | Coding | Code defined by a terminology system | ||||
text | Σ | 1..1 | string | Plain text representation of the concept Fixed Value: My Healthway | ||||
payloadMimeType | Σ | 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. | ||||
address | SΣ | 1..1 | url | 조회 대상 주소(URL) | ||||
header | 0..* | string | Usage depends on the channel type | |||||
Documentation for this format |
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