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

: Organization: Care Delivery Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "3565ccc1-95b4-47ef-8cc9-5652dba007e6",
  "meta" : {
    "profile" : [
      🔗 "http://co.fhir.guide/core/StructureDefinition/CareDeliveryOrganizationCO"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 3565ccc1-95b4-47ef-8cc9-5652dba007e6</b></p><a name=\"3565ccc1-95b4-47ef-8cc9-5652dba007e6\"> </a><a name=\"hc3565ccc1-95b4-47ef-8cc9-5652dba007e6\"> </a><a name=\"3565ccc1-95b4-47ef-8cc9-5652dba007e6-es-CO\"> </a><p><b>identifier</b>: Tax ID number/9000000-0\u00a0(use:\u00a0official,\u00a0period:\u00a01982-07-20 --&gt; (ongoing)), Provider number/1100100011\u00a0(use:\u00a0official,\u00a0period:\u00a01997-07-20 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/ColombianProviderClass IPS}\">Institución Prestadora de Servicios de Salud</span>, <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/ColombianLegalNatureType PRIV}\">Privada</span>, <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/ColombianHealthcareLevel 4}\">Nivel IV</span></p><p><b>name</b>: HOSPITAL GENERAL CENTRAL</p><p><b>alias</b>: HGC, HOSPITAL CENTRAL, HOSPITAL GENERAL</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></div>"
  },
  "identifier" : [
    {
      "id" : "TaxIdentifier-0",
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX",
            "display" : "Tax ID number"
          },
          {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianOrganizationIdentifiers",
            "code" : "NIT",
            "display" : "Número de Identificación Tributaria"
          }
        ]
      },
      "system" : "http://co.fhir.guide/NamingSystem/DIAN",
      "value" : "9000000-0",
      "period" : {
        "start" : "1982-07-20"
      }
    },
    {
      "id" : "HealthcareProviderIdentifier-0",
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN",
            "display" : "Provider number"
          },
          {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianOrganizationIdentifiers",
            "code" : "CodigoPrestador",
            "display" : "Código de habilitación de prestador de servicios de salud"
          }
        ]
      },
      "system" : "http://co.fhir.guide/NamingSystem/REPS",
      "value" : "1100100011",
      "period" : {
        "start" : "1997-07-20"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianProviderClass",
          "code" : "IPS",
          "display" : "Institución Prestadora de Servicios de Salud"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianLegalNatureType",
          "code" : "PRIV",
          "display" : "Privada"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianHealthcareLevel",
          "code" : "4",
          "display" : "Nivel IV"
        }
      ]
    }
  ],
  "name" : "HOSPITAL GENERAL CENTRAL",
  "alias" : [
    "HGC",
    "HOSPITAL CENTRAL",
    "HOSPITAL GENERAL"
  ],
  "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"
    }
  ]
}