FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Endpoint/direct-endpoint (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Example of a DIRECT endpoint

{
  "resourceType" : "Endpoint",
  "id" : "direct-endpoint",
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "code" : "direct-project"
    }]
  }],
  "name" : "MARTIN SMIETANKA",
  "managingOrganization" : {
    "reference" : "Organization/f201"
  },
  "payload" : [{
    "type" : [{
      "coding" : [{
        "system" : "urn:oid:1.3.6.1.4.1.19376.1.2.3",
        "code" : "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
      }]
    }],
    "mimeType" : ["text/x-hl7-text+xml",
    "application/fhir+xml",
    "application/fhir+json"]
  }],
  "address" : "mailto:MARTIN.SMIETANKA@directnppes.com"
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.