FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/imaging-study-endpoint-connectiontype-vs

Packageihe.rad.idr
TypeValueSet
Idimaging-study-endpoint-connectiontype-vs
FHIR VersionR5
Sourcehttps://profiles.ihe.net/RAD/IDR/https://build.fhir.org/ig/IHE/RAD.IDR/ValueSet-imaging-study-endpoint-connectiontype-vs.html
URLhttps://profiles.ihe.net/RAD/IDR/ValueSet/imaging-study-endpoint-connectiontype-vs
Version0.0.1-current
Statusdraft
Date2024-06-25T17:20:59+00:00
NameImagingStudyEndpointConnectionTypeVS
TitleImaging Study Endpoint ConnectionType Value Set
Realmuv
Authorityihe
DescriptionCodes representing the applicable endpoint connectionType to retrieve a study.

Resources that use this resource

StructureDefinition
imaging-study-endpointImagingStudy Endpoint

Resources that this resource uses

CodeSystem
endpoint-connection-typeEndpoint Connection Type
endpoint-connection-typeEndpoint Connection Type

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "imaging-study-endpoint-connectiontype-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/RAD/IDR/ValueSet/imaging-study-endpoint-connectiontype-vs",
  "version": "0.0.1-current",
  "name": "ImagingStudyEndpointConnectionTypeVS",
  "title": "Imaging Study Endpoint ConnectionType Value Set",
  "status": "draft",
  "date": "2024-06-25T17:20:59+00:00",
  "publisher": "IHE Radiology Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Radiology Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    }
  ],
  "description": "Codes representing the applicable endpoint connectionType to retrieve a study.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "concept": [
          {
            "code": "ihe-iid",
            "display": "IHE IDD"
          },
          {
            "code": "dicom-wado-rs",
            "display": "DICOM WADO-RS"
          }
        ]
      }
    ]
  }
}