ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="airview-organization"/>
<meta>
<profile
value="http://resmed.com/fhir/core/StructureDefinition/resmed-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="airview-organization"> </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 "airview-organization" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-resmed-organization.html">ResMed Organization</a></p></div><p><b>identifier</b>: Organization Account Number: ABC123 (use: OFFICIAL)</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html">Organization type</a>#prov)</span></p><p><b>name</b>: SleepyLabs Sleep Clinic</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>James Anderson </td><td><a href="mailto:james.anderson@sleepylabs.org">james.anderson@sleepylabs.org</a>, ph: (410) 555-4321(WORK)</td><td>123 Sleep Street Baltimore MD 21234 US </td></tr></table></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system
value="http://terminology.resmed.com/CodeSystem/resmed-org-identifier"/>
<code value="AccountNumber"/>
</coding>
</type>
<system
value="http://identifier.resmed.com/ecodb/<env>/account-number"/>
<value value="ABC123"/>
</identifier>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
</type>
<name value="SleepyLabs Sleep Clinic"/>
<contact>
<name>
<family value="Anderson"/>
<given value="James"/>
</name>
<telecom>
<system value="email"/>
<value value="james.anderson@sleepylabs.org"/>
<use value="work"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="(410) 555-4321"/>
<use value="work"/>
</telecom>
<address>
<line value="123 Sleep Street"/>
<city value="Baltimore"/>
<state value="MD"/>
<postalCode value="21234"/>
<country value="US"/>
</address>
</contact>
</Organization>