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

FHIR IG analytics

Packagejohnmoehrke.testlist.example
Resource TypeEndpoint
IdEndpoint-ex-endpoint-x-mllp.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 ex-endpoint-x-mllp

status: Active

connectionType: Endpoint Connection Type: hl7v2-mllp (HL7 v2 MLLP)

payloadType: Any

payloadMimeType: application/hl7-v2

address: x-mllp://example.org:2575


Source1

{
  "resourceType": "Endpoint",
  "id": "ex-endpoint-x-mllp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7v2-mllp"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "any"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/hl7-v2"
  ],
  "address": "x-mllp://example.org:2575"
}