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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeEndpoint
IdEndpoint-EndpointFulfiller.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 EndpointFulfiller

status: Active

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

name: Fulfiller FHIR API

managingOrganization: http://registry.example.org/fhir/Organization/Fulfiller

payloadType: Any

address: https://fulfiller.example.org/fhir


Source1

{
  "resourceType": "Endpoint",
  "id": "EndpointFulfiller",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest"
  },
  "name": "Fulfiller FHIR API",
  "managingOrganization": {
    "reference": "http://registry.example.org/fhir/Organization/Fulfiller"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "any"
        }
      ]
    }
  ],
  "address": "https://fulfiller.example.org/fhir"
}