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

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "29c2e207-7c1e-4581-8394-c126875aa896",
  "meta" : {
    "profile" : [
      🔗 "http://co.fhir.guide/core/StructureDefinition/CareDeliveryLocationCO"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0)</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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://co.fhir.guide/NamingSystem/REPS",
      "value" : "1100100011"
    }
  ],
  "status" : "active",
  "name" : "SEDE PRINCIPAL",
  "alias" : [
    "HGC1"
  ],
  "description" : "Sede principal del Hospital General Central",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "id" : "TelecomPhone-0",
      "system" : "phone",
      "value" : "+57(000)000-0000"
    },
    {
      "id" : "TelecomURL-0",
      "system" : "url",
      "value" : "http://hospital.example.com"
    }
  ],
  "address" : {
    "use" : "work",
    "type" : "physical",
    "text" : "Cl. 7 #40 00, Chapinero",
    "city" : "Bogotá D.C.",
    "_city" : {
      "extension" : [
        {
          "url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality",
          "valueCoding" : {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA",
            "code" : "11001"
          }
        }
      ]
    },
    "district" : "Chapinero",
    "state" : "Bogotá D.C.",
    "_state" : {
      "extension" : [
        {
          "url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment",
          "valueCoding" : {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA",
            "code" : "11"
          }
        }
      ]
    },
    "postalCode" : "11001",
    "country" : "CO"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6"
  },
  "hoursOfOperation" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "allDay" : true
    }
  ]
}