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

FHIR IG analytics

Packagefhir.argonaut.pd
Resource TypeEndpoint
IdEndpoint-example-endpoint-1.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-1

meta:

status: active

connectionType: Direct Project (Details: http://hl7.org/fhir/STU3/endpoint-connection-type code direct-project = 'Direct Project', stated as 'null')

name: Dr. Ronald Bone Direct Address

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

payloadType: urn:hl7-org:sdwg:ccda-structuredBody:1.1 (Details : {urn:oid:1.3.6.1.4.1.19376.1.2.3 code 'urn:hl7-org:sdwg:ccda-structuredBody:1.1' = 'urn:hl7-org:sdwg:ccda-structuredBody:1.1)

payloadMimeType: text/xml

address: mailto:Interoperability@DirectAddress.com


Source1

{
  "resourceType": "Endpoint",
  "id": "example-endpoint-1",
  "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": "direct-project"
  },
  "name": "Dr. Ronald Bone Direct Address",
  "managingOrganization": {
    "reference": "Organization/example-organization-1"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
          "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "text/xml"
  ],
  "address": "mailto:Interoperability@DirectAddress.com"
}