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

FHIR IG analytics

Packageihe.iti.mcsd
Resource TypeEndpoint
IdEndpoint-ex-endpointDicom.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 ex-endpointDicom

Profile: mCSD Endpoint

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Purpose of Use Extension: records management

status: Active

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

name: The PACS

managingOrganization: Organization Organization-ExamplePartner

period: 2022-02-10 --> (ongoing)

payloadType: DICOM WADO-RS

payloadMimeType: image/dicom+jpeg

address: http://example.org/pacs


Source1

{
  "resourceType": "Endpoint",
  "id": "ex-endpointDicom",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Endpoint"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.PurposeOfUse",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "RECORDMGT"
          }
        ]
      }
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "dicom-wado-rs"
  },
  "name": "The PACS",
  "managingOrganization": {
    "reference": "Organization/MCSDOrganization-ExamplePartner"
  },
  "period": {
    "start": "2022-02-10"
  },
  "payloadType": [
    {
      "text": "DICOM WADO-RS"
    }
  ],
  "payloadMimeType": [
    "image/dicom+jpeg"
  ],
  "address": "http://example.org/pacs"
}