Validated Healthcare Directory
1.0.0 - STU1 International flag

Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: HealthcareService/hcs-ws - XML Representation

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="hcs-ws"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService hcs-ws</b></p><a name="hcs-ws"> </a><a name="hchcs-ws"> </a><a name="hcs-ws-en-US"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:">Women's shelter</span></p><p><b>location</b>: <a href="Location-loc-ws.html">The W Womens Shelter</a></p><p><b>name</b>: Womens shelter</p><p><b>comment</b>: This is an example of a Women's shelter to demonstrate how to restrict multiple contents</p><p><b>telecom</b>: <a href="https://exmaple.org/The-W-shelter">https://exmaple.org/The-W-shelter</a>, ph: 555 wshelter</p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Consent  #restrict</b></p><a name="hcs-ws/restrict"> </a><a name="hchcs-ws/restrict"> </a><a name="hcs-ws/restrict-en-US"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title="Codes:{http://hl7.org/fhir/uv/vhdir/CodeSystem/consent protect}">Direct Referral use only</span></p><p><b>category</b>: <span title="Codes:{http://loinc.org 57016-8}">conditional release (per DUA)</span></p><p><b>dateTime</b>: 2017-12-18</p><h3>Policies</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Uri</b></td></tr><tr><td style="display: none">*</td><td><a href="http://example.org/federal/policy#womans-shelter">http://example.org/federal/policy#womans-shelter</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Actors</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}">information recipient</span></td><td>Blue Team @ The W shelter (CareTeam)</td></tr></table><p><b>action</b>: <span title="Codes:">specific value</span></p><p><b>securityLabel</b>: [not stated] : womens-abuse-councellors</p><p><b>purpose</b>: [not stated] : Women's Shelter</p></blockquote></blockquote></div>
  </text>
  <contained>
    <Consent>
      <id value="restrict"/>
      <meta>
        <profile
                 value="http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"/>
      </meta>
      <status value="active"/>
      <scope>
        <coding>
          <system value="http://hl7.org/fhir/uv/vhdir/CodeSystem/consent"/>
          <code value="protect"/>
          <display value="Protect"/>
        </coding>
        <text value="Direct Referral use only"/>
      </scope>
      <category>
        <coding>
          <system value="http://loinc.org"/>
          <code value="57016-8"/>
          <display value="Privacy policy acknowledgment Document"/>
        </coding>
        <text value="conditional release (per DUA)"/>
      </category>
      <dateTime value="2017-12-18"/>
      <policy>
        <uri value="http://example.org/federal/policy#womans-shelter"/>
      </policy>
      <provision>
        <type value="permit"/>
        <actor>
          <role>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
              <code value="IRCP"/>
              <display value="information recipient"/>
            </coding>
          </role>
          <reference>
            <display value="Blue Team @ The W shelter (CareTeam)"/>
          </reference>
        </actor>
        <action>
          <text value="specific value"/>
        </action>
        <securityLabel>
          <display value="womens-abuse-councellors"/>
        </securityLabel>
        <purpose>
          <display value="Women's Shelter"/>
        </purpose>
      </provision>
    </Consent>
  </contained>
  <active value="true"/>
  <type>
    <text value="Women's shelter"/>
  </type>
  <location>🔗 
    <extension
               url="http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction">
      <valueReference>
        <reference value="#restrict"/>
      </valueReference>
    </extension>
    <reference value="Location/loc-ws"/>
    <display value="The W Womens Shelter"/>
  </location>
  <name value="Womens shelter"/>
  <comment
           value="This is an example of a Women's shelter to demonstrate how to restrict multiple contents"/>
  <telecom>
    <system value="url"/>
    <value value="https://exmaple.org/The-W-shelter"/>
  </telecom>
  <telecom>
    <extension
               url="http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction">
      <valueReference>
        <reference value="#restrict"/>
      </valueReference>
    </extension>
    <system value="phone"/>
    <value value="555 wshelter"/>
  </telecom>
</HealthcareService>