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

FHIR IG analytics

Packageihe.rad.mado
Resource TypeEndpoint
IdEndpoint-EndpointXcWadoExample.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 EndpointXcWadoExample

Extension: Location UID: oid:213.323245.462.63.56

status: Active

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

payloadType: DICOM WADO-RS

payloadMimeType: application/dicom, application/octet-stream, application/dicom+xml, application/json

address: http://doesnotexist


Source1

{
  "resourceType": "Endpoint",
  "id": "EndpointXcWadoExample",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoXcWadoEndpoint"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/RAD/MADO/StructureDefinition/XcWadoLocationUIDExtension",
      "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"
  },
  "payloadType": [
    {
      "text": "DICOM WADO-RS"
    }
  ],
  "payloadMimeType": [
    "application/dicom",
    "application/octet-stream",
    "application/dicom+xml",
    "application/json"
  ],
  "address": "http://doesnotexist",
  "_address": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "not-applicable"
      }
    ]
  }
}