FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrganizationComplete - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="OrganizationComplete"/>
  <meta>
    <profile
             value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSOrganization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization OrganizationComplete</b></p><a name="OrganizationComplete"> </a><a name="hcOrganizationComplete"> </a><a name="OrganizationComplete-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NJSAMSOrganization.html">NJSAMSOrganization</a></p></div><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/agency-id</code>/12345, <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/federal-id</code>/abcd-6789</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:">prov</span></p><p><b>name</b>: Dasie Test Agency</p><p><b>telecom</b>: ph: 123-456-7890</p><p><b>address</b>: 1234 Seasame Street Trenton NJ 01239 </p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Name</b></td></tr><tr><td style="display: none">*</td><td/><td>John Doe</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/agency-id"/>
    <value value="12345"/>
  </identifier>
  <identifier>
    <system value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/federal-id"/>
    <value value="abcd-6789"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <code value="prov"/>
    </coding>
  </type>
  <name value="Dasie Test Agency"/>
  <telecom>
    <system value="phone"/>
    <value value="123-456-7890"/>
  </telecom>
  <address>
    <line value="1234 Seasame Street"/>
    <city value="Trenton"/>
    <district value="Mercer"/>
    <state value="NJ"/>
    <postalCode value="01239"/>
  </address>
  <contact>
    <extension
               url="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/ContactJobTitle">
      <valueString value="Director"/>
    </extension>
    <name>
      <text value="John Doe"/>
    </name>
  </contact>
</Organization>