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

FHIR IG analytics

Packagefhir.argonaut.pd
Resource TypeEndpoint
IdEndpoint-example-endpoint-2.json
FHIR VersionR3

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 with Details

id: example-endpoint-2

meta:

status: active

connectionType: HL7 v2 MLLP (Details: http://hl7.org/fhir/STU3/endpoint-connection-type code hl7v2-mllp = 'HL7 v2 MLLP', stated as 'null')

name: Westwood Physicians Organization ADT

managingOrganization: Generated Summary: id: example-organization-1; 1144221847, 2523423456; active; Healthcare Provider; name: Acme Hospital; ph: (+1) 734-677-7777, hq@acme.org

payloadType: HL7_ADT (Details : {http://example.org code 'HL7_ADT' = 'HL7_ADT)

payloadMimeType: text

address: http://exampl.org/open/ADT


Source1

{
  "resourceType": "Endpoint",
  "id": "example-endpoint-2",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "connectionType": {
    "system": "http://hl7.org/fhir/STU3/endpoint-connection-type",
    "code": "hl7v2-mllp"
  },
  "name": "Westwood Physicians Organization ADT",
  "managingOrganization": {
    "reference": "Organization/example-organization-1"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://example.org",
          "code": "HL7_ADT"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "text"
  ],
  "address": "http://exampl.org/open/ADT"
}