FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | Endpoint |
| Id | Endpoint-MyHealthWayEndpointExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Endpoint "MyHealthWayEndpointExample"
Profile: MyHealthWay Endpoint Profile
identifier: http://www.example.com/endpoint-example
status: active
connectionType: DICOM WADO-RS (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code dicom-wado-rs = 'DICOM WADO-RS', stated as 'DICOM WADO-RS')
name: PACS Hospital DICOM WADO-RS endpoint
managingOrganization: Organization/MyHealthWayOrganizationExample "한국병원"
payloadType: MyHealthWay ()
address: khis:myhw:md:2022
{
"resourceType": "Endpoint",
"id": "MyHealthWayEndpointExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com",
"value": "endpoint-example"
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "dicom-wado-rs",
"display": "DICOM WADO-RS"
},
"name": "PACS Hospital DICOM WADO-RS endpoint",
"managingOrganization": {
"reference": "Organization/MyHealthWayOrganizationExample"
},
"payloadType": [
{
"text": "MyHealthWay"
}
],
"address": "khis:myhw:md:2022"
}