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

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypeEndpoint
IdEndpoint-53c03a2e-53e9-4994-827c-98f6b4caf897.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 53c03a2e-53e9-4994-827c-98f6b4caf897

identifier: Uniform Resource Identifier (URI)/urn:uuid:88037f33-3bc5-4e93-8735-091f0f3d1b76 (use: official, )

status: Off

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

name: FHIR Endpoint 1 (previous EHR system)

managingOrganization: PharmaPartners B.V. (Identifier: KVK/51494752)

contact: info@cp1.example.org

period: 2023-01-15 --> 2024-01-14

payloadType: Advance Directive

payloadMimeType: application/fhir+json

address: https://cp1-old.example.org/fhir


Source1

{
  "resourceType": "Endpoint",
  "id": "53c03a2e-53e9-4994-827c-98f6b4caf897",
  "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:88037f33-3bc5-4e93-8735-091f0f3d1b76",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "custodian"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "11111111"
        }
      }
    }
  ],
  "status": "off",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest"
  },
  "name": "FHIR Endpoint 1 (previous EHR system)",
  "managingOrganization": {
    "identifier": {
      "system": "http://fhir.nl/fhir/NamingSystem/kvk",
      "value": "51494752"
    },
    "display": "PharmaPartners B.V."
  },
  "contact": [
    {
      "system": "email",
      "value": "info@cp1.example.org",
      "use": "work"
    }
  ],
  "period": {
    "start": "2023-01-15",
    "end": "2024-01-14"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-data-categories-cs",
          "code": "AdvanceDirective",
          "display": "Advance Directive"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+json"
  ],
  "address": "https://cp1-old.example.org/fhir"
}