electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Organization-ecr-organization-acme-labs

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="ecr-organization-acme-labs"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ecr-organization-acme-labs</p><p><b>meta</b>: </p><p><b>identifier</b>: 999999999</p><p><b>active</b>: true</p><p><b>type</b>: outpatient laboratory <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v3/RoleCode code 'OUTLAB' = 'outpatient laboratory', given as 'outpatient laboratory'})</span></p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: +1-555-555-4444, mail@acme-labs.com</p><p><b>address</b>: 7777 Laboratory Drive, Ann Arbor MI, 99999</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="999999999"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/v3/RoleCode"/>
      <code value="OUTLAB"/>
      <display value="outpatient laboratory"/>
    </coding>
  </type>
  <name value="Acme Labs"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-4444"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@acme-labs.com"/>
  </telecom>
  <address>
    <text value="7777 Laboratory Drive, Ann Arbor MI, 99999"/>
    <line value="7777 Laboratory Drive"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
</Organization>