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

FHIR IG analytics

Packageihe.rad.mado
Resource TypeEndpoint
IdEndpoint-wado-endpoint-with-url.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 wado-endpoint-with-url

Extension: Retrieve Location UID: oid:213.323245.462.63.56

status: Active

connectionType: Endpoint Connection Type: dicom-wado-rs (DICOM WADO-RS)

name: WADO endpoint

payloadType: DICOM WADO-RS

address: http://example.org:8041/dcm4chee-arc/aets/DCM4CHEE/rs


Source1

{
  "resourceType": "Endpoint",
  "id": "wado-endpoint-with-url",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWadoEndpoint"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRetrieveLocationUIDExtension",
      "valueString": "oid:213.323245.462.63.56"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "dicom-wado-rs",
    "display": "DICOM WADO-RS"
  },
  "name": "WADO endpoint",
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "none"
        }
      ],
      "text": "DICOM WADO-RS"
    }
  ],
  "address": "http://example.org:8041/dcm4chee-arc/aets/DCM4CHEE/rs"
}