Example Endpoint - Radiology DICOM Endpoint
- Overview
 - Table
 - XML
 - JSON
 - Narrative
 
| Endpoint | 
| id : Example-DataStandardsWales-Endpoint-Dicom | 
| meta | 
| versionId : 1 | 
| lastUpdated : 2022-09-02T10:09:29.468+00:00 | 
| profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Endpoint | 
| text | 
| status : generated | 
| identifier | 
| system : https://fhir.nhs.wales/Id/wrts-serviceendpoint-identifier | 
| value : c74cf781-30e2-465a-8321-3e85604db221 | 
| identifier | 
| system : https://fhir.nhs.wales/Id/wrts-serviceendpoint-site-code | 
| value : RGH-RAD | 
| status : active | 
| connectionType | 
| system : http://terminology.hl7.org/CodeSystem/endpoint-connection-type | 
| code : dicom-wado-rs | 
| display : DICOM WADO-RS | 
| payloadType | 
| text : DICOM WADO-RS | 
| payloadMimeType : application/dicom | 
| address : https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={} | 
| Endpoint.id[0] | Example-DataStandardsWales-Endpoint-Dicom | 
| Endpoint.meta[0].versionId[0] | 1 | 
| Endpoint.meta[0].lastUpdated[0] | 2022-09-02T10:09:29.468+00:00 | 
| Endpoint.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Endpoint | 
| Endpoint.text[0].status[0] | generated | 
| Endpoint.text[0].div[0] | SiteCode: RGH
         DepartmentCode:RAD Address: https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={}  | 
| Endpoint.identifier[0].system[0] | https://fhir.nhs.wales/Id/wrts-serviceendpoint-identifier | 
| Endpoint.identifier[0].value[0] | c74cf781-30e2-465a-8321-3e85604db221 | 
| Endpoint.identifier[1].system[0] | https://fhir.nhs.wales/Id/wrts-serviceendpoint-site-code | 
| Endpoint.identifier[1].value[0] | RGH-RAD | 
| Endpoint.status[0] | active | 
| Endpoint.connectionType[0].system[0] | http://terminology.hl7.org/CodeSystem/endpoint-connection-type | 
| Endpoint.connectionType[0].code[0] | dicom-wado-rs | 
| Endpoint.connectionType[0].display[0] | DICOM WADO-RS | 
| Endpoint.payloadType[0].text[0] | DICOM WADO-RS | 
| Endpoint.payloadMimeType[0] | application/dicom | 
| Endpoint.address[0] | https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={} | 
<Endpoint xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Endpoint-Dicom" /> <meta> <versionId value="1" /> <lastUpdated value="2022-09-02T10:09:29.468+00:00" /> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Endpoint" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.wales/Id/wrts-serviceendpoint-identifier" /> <value value="c74cf781-30e2-465a-8321-3e85604db221" /> </identifier> <identifier> <system value="https://fhir.nhs.wales/Id/wrts-serviceendpoint-site-code" /> <value value="RGH-RAD" /> </identifier> <status value="active" /> <connectionType> <system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" /> <code value="dicom-wado-rs" /> <display value="DICOM WADO-RS" /> </connectionType> <payloadType> <text value="DICOM WADO-RS" /> </payloadType> <payloadMimeType value="application/dicom" /> <address value="https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&amp;AccessionNumber={}" /> </Endpoint>
{ "resourceType": "Endpoint", "id": "Example-DataStandardsWales-Endpoint-Dicom", "meta": { "versionId": "1", "lastUpdated": "2022-09-02T10:09:29.468+00:00", "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Endpoint" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.wales/Id/wrts-serviceendpoint-identifier", "value": "c74cf781-30e2-465a-8321-3e85604db221" }, { "system": "https://fhir.nhs.wales/Id/wrts-serviceendpoint-site-code", "value": "RGH-RAD" } ], "status": "active", "connectionType": { "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type", "code": "dicom-wado-rs", "display": "DICOM WADO-RS" }, "payloadType": [ { "text": "DICOM WADO-RS" } ], "payloadMimeType": [ "application/dicom" ], "address": "https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={}" }
SiteCode: RGH
        
DepartmentCode:RAD
Address: https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={}
    DepartmentCode:RAD
Address: https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={}