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-salem-medical-center

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="ecr-organization-salem-medical-center"/>
  <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-salem-medical-center</p><p><b>meta</b>: </p><p><b>identifier</b>: 55555555</p><p><b>active</b>: true</p><p><b>type</b>: Outpatient facility <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v3/RoleCode code 'OF' = 'Outpatient facility', given as 'Outpatient facility'})</span></p><p><b>name</b>: Salem Medical Center</p><p><b>telecom</b>: ph: +1-555-555-1111, mail@salemmedicalcenter.com</p><p><b>address</b>: 22222 Health Authority Drive, Ann Arbor MI, 99999</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="55555555"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/v3/RoleCode"/>
      <code value="OF"/>
      <display value="Outpatient facility"/>
    </coding>
  </type>
  <name value="Salem Medical Center"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-1111"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@salemmedicalcenter.com"/>
  </telecom>
  <address>
    <text value="22222 Health Authority Drive, Ann Arbor MI, 99999"/>
    <line value="22222 Health Authority Drive"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
</Organization>