MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions
: MyHealthWay Endpoint Example - JSON Representation
Raw json | Download
{
"resourceType" : "Endpoint",
"id" : "MyHealthWayEndpointExample",
"meta" : {
"profile" : [
🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint</b><a name=\"MyHealthWayEndpointExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Endpoint "MyHealthWayEndpointExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-endpoint.html\">MyHealthWay Endpoint Profile</a></p></div><p><b>identifier</b>: id:\u00a0endpoint-example</p><p><b>status</b>: active</p><p><b>connectionType</b>: DICOM WADO-RS (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code dicom-wado-rs = 'DICOM WADO-RS', stated as 'DICOM WADO-RS')</p><p><b>name</b>: PACS Hospital DICOM WADO-RS endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> "한국병원"</p><p><b>payloadType</b>: My Healthway <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>address</b>: <a href=\"https://pacs.hospital.org/wado-rs\">https://pacs.hospital.org/wado-rs</a></p></div>"
},
"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" : "My Healthway"
}
],
"address" : "https://pacs.hospital.org/wado-rs"
}