FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeEndpoint
IdEndpoint-MyHealthWayEndpointExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint

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


Source1

{
  "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"
}