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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeEndpoint
IdExample-DataStandardsWales-Endpoint-Dicom.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

SiteCode: RGH
DepartmentCode:RAD
Address: https://example-datastandardswales.cymru.nhs.uk/launch?DicomRepository=DicomExample&AccessionNumber={}

Source1

{
  "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",
    "div": "<!-- snip (see above) -->"
  },
  "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&amp;AccessionNumber={}"
}