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

careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CaremeshHealthcareServiceExample - XML Representation

Raw xml | Download


<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="CaremeshHealthcareServiceExample"/>
  <meta>
    <lastUpdated value="2017-01-01T00:00:00Z"/>
    <profile
             value="http://fhir.caremesh.app/StructureDefinition/caremesh-HealthcareService"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService CaremeshHealthcareServiceExample</b></p><a name="CaremeshHealthcareServiceExample"> </a><a name="hcCaremeshHealthcareServiceExample"> </a><a name="CaremeshHealthcareServiceExample-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">Last updated: 2017-01-01 00:00:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-caremesh-HealthcareService.html">careMESH HealthcareService</a></p></div><blockquote><p><b>careMESH HealthcareService Contact</b></p><ul><li>name: Jane Smith </li><li>telecom: <a href="mailto:jane.smith@caremesh.org">jane.smith@caremesh.org</a></li><li>telecom: ph: 555-555-1212(Work)</li><li>purpose: <span title="Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type BILL}">Billing</span></li><li>position: Office Manager</li></ul></blockquote><p><b>active</b>: true</p><p><b>providedBy</b>: Troy Royal Family</p><p><b>category</b>: <span title="Codes:{http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS emerg}">Emergency care</span></p><p><b>location</b>: Palace of Troy</p><p><b>telecom</b>: <a href="mailto:hector-at-troy@direct.example.com">hector-at-troy@direct.example.com</a></p></div>
  </text>
  <extension
             url="http://fhir.caremesh.app/StructureDefinition/caremesh-healthcare-service-contact">
    <extension url="name">
      <valueHumanName>
        <family value="Smith"/>
        <given value="Jane"/>
        <prefix value="Dr."/>
      </valueHumanName>
    </extension>
    <extension url="telecom">
      <valueContactPoint>
        <system value="email"/>
        <value value="jane.smith@caremesh.org"/>
        <use value="work"/>
      </valueContactPoint>
    </extension>
    <extension url="telecom">
      <valueContactPoint>
        <system value="phone"/>
        <value value="555-555-1212"/>
        <use value="work"/>
      </valueContactPoint>
    </extension>
    <extension url="purpose">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
          <code value="BILL"/>
          <display value="Billing"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="position">
      <valueString value="Office Manager"/>
    </extension>
  </extension>
  <active value="true"/>
  <providedBy>
    <display value="Troy Royal Family"/>
  </providedBy>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS"/>
      <code value="emerg"/>
    </coding>
  </category>
  <location>
    <display value="Palace of Troy"/>
  </location>
  <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="hector-at-troy@direct.example.com"/>
    <use value="work"/>
    <rank value="2"/>
  </telecom>
</HealthcareService>