EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

EMA Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Organización - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "EjemploEmaOrganization",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organización EjemploEmaOrganization</b></p><a name=\"EjemploEmaOrganization\"> </a><a name=\"hcEjemploEmaOrganization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-organization.html\">EMA Organization</a></p></div><p><b>identifier</b>: <code>https://api.sii.cl</code>/76123456-7</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Centro Médico EMA</p><p><b>telecom</b>: <a href=\"tel:+56222334455\">+56222334455</a></p><p><b>address</b>: Av. Providencia 1234, Of. 501 Providencia Región Metropolitana 7500000 CL (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://api.sii.cl",
      "value" : "76123456-7"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Centro Médico EMA",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+56222334455"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Av. Providencia 1234, Of. 501"
      ],
      "city" : "Providencia",
      "_city" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code" : "13123",
                  "display" : "Providencia"
                }
              ]
            }
          }
        ]
      },
      "district" : "Santiago",
      "_district" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                  "code" : "131",
                  "display" : "Santiago"
                }
              ]
            }
          }
        ]
      },
      "state" : "Región Metropolitana",
      "_state" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code" : "13",
                  "display" : "Metropolitana de Santiago"
                }
              ]
            }
          }
        ]
      },
      "postalCode" : "7500000",
      "country" : "CL",
      "_country" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                  "code" : "152",
                  "display" : "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}