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

FHIR IG analytics

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

identifier: https://cp2-test.example.org/api/430f7379-8ec2-4e55-b096-919995da61e2

status: Active

connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)

name: FHIR Endpoint 2

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

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

payloadType: Care Services Directory for Update Client

payloadMimeType: application/fhir+json

address: https://cp2-test.example.org/fhirr4


Source1

{
  "resourceType": "Endpoint",
  "id": "ad2-e1",
  "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": "430f7379-8ec2-4e55-b096-919995da61e2",
      "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": "hl7-fhir-rest"
  },
  "name": "FHIR Endpoint 2",
  "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://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities",
          "code": "http://nuts-foundation.github.io/nl-generic-functions-ig/CapabilityStatement/nl-gf-admin-directory-update-client",
          "display": "Care Services Directory for Update Client"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+json"
  ],
  "address": "https://cp2-test.example.org/fhirr4"
}