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

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypeEndpoint
IdEndpoint-d6a4678b-755e-5ae3-bd36-67db6ae3d8c4.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 d6a4678b-755e-5ae3-bd36-67db6ae3d8c4

identifier: Uniform Resource Identifier (URI)/urn:uuid:59654248-477c-4694-b156-e0042f0765a6 (use: official, )

status: Active

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

name: FHIR Endpoint 1

managingOrganization: Organization PharmaPartners B.V.

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

payloadType: Advance Directives

payloadMimeType: application/fhir+json

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


Source1

{
  "resourceType": "Endpoint",
  "id": "d6a4678b-755e-5ae3-bd36-67db6ae3d8c4",
  "meta": {
    "profile": [
      "http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:59654248-477c-4694-b156-e0042f0765a6",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "custodian"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/kvk",
          "value": "50000535"
        }
      }
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest"
  },
  "name": "FHIR Endpoint 1",
  "managingOrganization": {
    "reference": "Organization/4f95356e-77a8-56a6-9429-f32538d157f2"
  },
  "contact": [
    {
      "system": "phone",
      "value": "+3131599991",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@cp1.example.org",
      "use": "work"
    }
  ],
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-data-categories-cs",
          "code": "AdvanceDirectives",
          "display": "Advance Directives"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+json"
  ],
  "address": "https://cp1-test.example.org/fhirr4"
}