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

FHIR IG analytics

Packageihe.rad.imr
Resource TypeEndpoint
IdEndpoint-ex-ImagingStudyEndpoint-Series.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

ResourceEndpoint "ex-ImagingStudyEndpoint-Series"

Profile: Imaging Study Endpoint

status: active

connectionType: DICOM WADO-RS (Details: Endpoint Connection Type code dicom-wado-rs = ' DICOM WADO-RS ', stated as ' DICOM WADO-RS ')

payloadType: Series (DICOM#113015)

address: http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55


Source1

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