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

: HealthcareService: qualified healthcare service - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "2d2592ef-7a5e-43ca-8512-06fd9acfd01a",
  "meta" : {
    "profile" : [
      🔗 "http://co.fhir.guide/core/StructureDefinition/HealthcareServiceCO"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService 2d2592ef-7a5e-43ca-8512-06fd9acfd01a</b></p><a name=\"2d2592ef-7a5e-43ca-8512-06fd9acfd01a\"> </a><a name=\"hc2d2592ef-7a5e-43ca-8512-06fd9acfd01a\"> </a><a name=\"2d2592ef-7a5e-43ca-8512-06fd9acfd01a-es-CO\"> </a><p><b>identifier</b>: <code>http://co.fhir.guide/NamingSystem/REPS</code>/DHSS1111111\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-3565ccc1-95b4-47ef-8cc9-5652dba007e6.html\">Organization HOSPITAL GENERAL CENTRAL</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServiceCategory 73588009}\">Apoyo Diagnóstico y Complementación Terapéutica</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServices 323}\">INFECTOLOGÍA</span></p><p><b>location</b>: <a href=\"Location-29c2e207-7c1e-4581-8394-c126875aa896.html\">Location SEDE PRINCIPAL</a></p><p><b>name</b>: Servicio de Infectología</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 19:00:00</p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://co.fhir.guide/NamingSystem/REPS",
      "value" : "DHSS1111111"
    }
  ],
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServiceCategory",
          "code" : "73588009",
          "display" : "Apoyo Diagnóstico y Complementación Terapéutica"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServices",
          "code" : "323",
          "display" : "INFECTOLOGÍA"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/29c2e207-7c1e-4581-8394-c126875aa896"
    }
  ],
  "name" : "Servicio de Infectología",
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat"
      ],
      "availableStartTime" : "07:00:00",
      "availableEndTime" : "19:00:00"
    }
  ]
}