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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeEndpoint
IdEndpoint-ad2-e2.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 ad2-e2

identifier: https://cp2-test.example.org/api/d4c1d657-67a9-471c-9732-9c042e9a6d43

status: Active

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

name: DICOM-WADO-RS Endpoint

managingOrganization: Identifier: http://fhir.nl/fhir/NamingSystem/kvk/08013836

contact: +3131599991, info@nedap.example.org

payloadType: Any

address: https://cp2-test.example.org/dicom-wado-rs


Source1

{
  "resourceType": "Endpoint",
  "id": "ad2-e2",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://cp2-test.example.org/api",
      "value": "d4c1d657-67a9-471c-9732-9c042e9a6d43",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222"
        }
      }
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "dicom-wado-rs"
  },
  "name": "DICOM-WADO-RS Endpoint",
  "managingOrganization": {
    "identifier": {
      "system": "http://fhir.nl/fhir/NamingSystem/kvk",
      "value": "08013836"
    }
  },
  "contact": [
    {
      "system": "phone",
      "value": "+3131599991",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@nedap.example.org",
      "use": "work"
    }
  ],
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "any",
          "display": "Any"
        }
      ]
    }
  ],
  "address": "https://cp2-test.example.org/dicom-wado-rs"
}