GI CORE FALP
1.0.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. 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/SIMSADIs/GI-CORE-Falp/ and changes regularly. See the Directory of published versions

: Ejemplo de Servicio Solicitante - XML Representation

Raw xml | Download


<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="identificador"/>
  <meta>
    <profile
             value="https://falp.cl/fhir/ig/corefalp/StructureDefinition/ServicioSolicitante"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService identificador</b></p><a name="identificador"> </a><a name="hcidentificador"> </a><a name="identificador-es-CL"> </a><p><b>identifier</b>: servicio3</p><p><b>providedBy</b>: <a href="Organization-example-Organizacion.html">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394582007}">Dermatology (qualifier value)</span></p><p><b>name</b>: Servicio de dermatología</p></div>
  </text>
  <identifier>
    <value value="servicio3"/>
  </identifier>
  <providedBy>🔗 
    <reference value="Organization/example-Organizacion"/>
  </providedBy>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394582007"/>
    </coding>
  </specialty>
  <name value="Servicio de dermatología"/>
</HealthcareService>