Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: ORG1 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ORG1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ORG1</b></p><a name="ORG1"> </a><a name="hcORG1"> </a><a name="ORG1-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/134489525</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}">Non-Healthcare Business or Corporation</span></p><p><b>name</b>: Pfizer Laboratories Div Pfizer Inc</p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.519.1"/>
    <value value="134489525"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="bus"/>
      <display value="Non-Healthcare Business or Corporation"/>
    </coding>
  </type>
  <name value="Pfizer Laboratories Div Pfizer Inc"/>
</Organization>