FHIR Core Implementation Guide (CO)
0.1.0 - STU1 Colombia flag

FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Location: Authorized health care point - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="29c2e207-7c1e-4581-8394-c126875aa896"/>
  <meta>
    <profile
             value="http://co.fhir.guide/core/StructureDefinition/CareDeliveryLocationCO"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location 29c2e207-7c1e-4581-8394-c126875aa896</b></p><a name="29c2e207-7c1e-4581-8394-c126875aa896"> </a><a name="hc29c2e207-7c1e-4581-8394-c126875aa896"> </a><a name="29c2e207-7c1e-4581-8394-c126875aa896-es-CO"> </a><p><b>identifier</b>: <code>http://co.fhir.guide/NamingSystem/REPS</code>/1100100011 (use: official, )</p><p><b>status</b>: Active</p><p><b>name</b>: SEDE PRINCIPAL</p><p><b>alias</b>: HGC1</p><p><b>description</b>: Sede principal del Hospital General Central</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>telecom</b>: <a href="tel:+57(000)000-0000">+57(000)000-0000</a>, <a href="http://hospital.example.com">http://hospital.example.com</a></p><p><b>address</b>: Cl. 7 #40 00, Chapinero(work)</p><p><b>managingOrganization</b>: <a href="Organization-3565ccc1-95b4-47ef-8cc9-5652dba007e6.html">Organization HOSPITAL GENERAL CENTRAL</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday</p><p><b>allDay</b>: true</p></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://co.fhir.guide/NamingSystem/REPS"/>
    <value value="1100100011"/>
  </identifier>
  <status value="active"/>
  <name value="SEDE PRINCIPAL"/>
  <alias value="HGC1"/>
  <description value="Sede principal del Hospital General Central"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <telecom id="TelecomPhone-0">
    <system value="phone"/>
    <value value="+57(000)000-0000"/>
  </telecom>
  <telecom id="TelecomURL-0">
    <system value="url"/>
    <value value="http://hospital.example.com"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <text value="Cl. 7 #40 00, Chapinero"/>
    <city value="Bogotá D.C.">
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality">
        <valueCoding>
          <system
                  value="http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"/>
          <code value="11001"/>
        </valueCoding>
      </extension>
    </city>
    <district value="Chapinero"/>
    <state value="Bogotá D.C.">
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment">
        <valueCoding>
          <system
                  value="http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"/>
          <code value="11"/>
        </valueCoding>
      </extension>
    </state>
    <postalCode value="11001"/>
    <country value="CO"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6"/>
  </managingOrganization>
  <hoursOfOperation>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <daysOfWeek value="sat"/>
    <daysOfWeek value="sun"/>
    <allDay value="true"/>
  </hoursOfOperation>
</Location>