careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0). See the Directory of published versions

: CaremeshOrganizationExample - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="CaremeshOrganizationExample"/>
  <meta>
    <lastUpdated value="2017-01-01T00:00:00Z"/>
    <profile
             value="http://fhir.caremesh.app/StructureDefinition/caremesh-Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="CaremeshOrganizationExample"> </a></p><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">Resource Organization &quot;CaremeshOrganizationExample&quot; Updated &quot;2017-01-01 00:00:00+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-caremesh-Organization.html">careMESH Organization</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Facility <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-OrgTypeCS.html">Organization Type</a>#fac)</span></p><p><b>name</b>: Lotus Eater's General Hospital</p><p><b>telecom</b>: <a href="mailto:lotus-eaters@direct.example.com">lotus-eaters@direct.example.com</a></p><p><b>address</b>: Example address</p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS"/>
      <code value="fac"/>
    </coding>
  </type>
  <name value="Lotus Eater's General Hospital"/>
  <telecom>
    <extension
               url="http://fhir.caremesh.app/StructureDefinition/caremesh-contact-point-description">
      <extension url="description">
        <valueString value="Email Address"/>
      </extension>
      <extension url="validated">
        <valueBoolean value="true"/>
      </extension>
    </extension>
    <system value="email"/>
    <value value="lotus-eaters@direct.example.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <text value="Example address"/>
    <line value="123 Main Street"/>
    <city value="TROY"/>
    <state value="ASIA"/>
  </address>
</Organization>