Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Read Success Example 4 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="read-success-example4"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2021-10-20T16:15:45.842+00:00"/>
    <source value="#9GZE6ekh2VGBo2fl"/>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url value="http://localhost/fhir-stu3/1.0.1/Organization?_format=xml"/>
  </link>
  <entry>
    <fullUrl value="http://localhost/fhir-stu3/1.0.1/Organization/5.5.5.5"/>
    <resource>
      <Organization>
        <id value="5.5.5.5"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml">This is a organization
									description data element. 
                    
                    </div>
        </text>
        <identifier>
          <use value="official"/>
          <system value="urn:ietf:rfc:3986"/>
          <value value="urn:oid:5.5.5.5"/>
        </identifier>
        <active value="false"/>
        <type>
          <coding>
            <system
                    value="https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"/>
            <code value="Implementer"/>
          </coding>
        </type>
        <name value="Eric Hospital"/>
        <address>
          <use value="work"/>
          <type value="both"/>
          <line value="200 Main St."/>
          <city value="Austin"/>
          <state value="TX"/>
          <postalCode value="2472"/>
          <country value="US"/>
        </address>
        <partOf>
          <identifier>
            <use value="official"/>
            <system value="urn:ietf:rfc:3986"/>
            <value value="urn:oid:1.1.1.1"/>
          </identifier>
        </partOf>
        <contact>
          <name>
            <use value="official"/>
            <text value="Family, Given"/>
          </name>
          <telecom>
            <system value="email"/>
            <value value="test21@test.com"/>
            <use value="work"/>
          </telecom>
          <telecom>
            <system value="phone"/>
            <value value="555-555-5555"/>
            <use value="work"/>
          </telecom>
          <address>
            <use value="work"/>
            <type value="both"/>
            <line value="100 Main St."/>
            <city value="Austin"/>
            <postalCode value="78737"/>
            <country value="US"/>
          </address>
        </contact>
      </Organization>
    </resource>
  </entry>
</Bundle>