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 - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "identificador",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/corefalp/StructureDefinition/ServicioSolicitante"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "value" : "servicio3"
    }
  ],
  "providedBy" : {
    🔗 "reference" : "Organization/example-Organizacion"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394582007"
        }
      ]
    }
  ],
  "name" : "Servicio de dermatología"
}