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

FHIR IG analytics

Packageihe.rad.idr
Resource TypeEndpoint
IdEndpoint-example-ImagingStudyEndpoint-Study-Comparison.json
FHIR VersionR5

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

ResourceEndpoint "example-ImagingStudyEndpoint-Study-Comparison"

Profile: ImagingStudy Endpoint

status: active

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

Payloads

-Type
*Study (DICOM#113014)

address: http://my.example.com/wadors/study/5.6.7.8.9


Source1

{
  "resourceType": "Endpoint",
  "id": "example-ImagingStudyEndpoint-Study-Comparison",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-study-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "connectionType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "dicom-wado-rs",
          "display": "DICOM WADO-RS"
        }
      ]
    }
  ],
  "payload": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "code": "113014",
              "display": "Study"
            }
          ]
        }
      ]
    }
  ],
  "address": "http://my.example.com/wadors/study/5.6.7.8.9"
}