View raw Markdown
type: exampleresource: Organizationexample: organization-example

Organization Example: organization-example

Narrative

ACME Health - generic example

Example XML

<?xml version="1.0" encoding="UTF-8"?>

<Organization xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      ACME Health - generic example
    </div>
  </text>
<!--  HL7 itself  -->
  <name value="ACME Health"/>
  <alias value="Example Health Org"/>
  <endpoint>
    <!-- Endpoint that handles the v2 messaging for the external organization -->
    <reference value="Endpoint/example"/>
  </endpoint>
</Organization>