🇲🇽 EMA Health México Implementation Guide
0.1.0 - ci-build

🇲🇽 EMA Health México 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 (México) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "EjemploEmaOrganizationMx",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/mx/StructureDefinition/ema-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization EjemploEmaOrganizationMx</b></p><a name=\"EjemploEmaOrganizationMx\"> </a><a name=\"hcEjemploEmaOrganizationMx\"> </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 (México)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-CluesNamingSystem.html\" title=\"Identificador único de establecimientos de salud en México.\nUsado en Organization.identifier.\">CLUES</a>/DFIMS000324\u00a0(use:\u00a0official,\u00a0)</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>: Hospital General de Zona No. 32 IMSS</p><p><b>telecom</b>: <a href=\"tel:+525557289000\">+525557289000</a></p><p><b>address</b>: Calzada de Tlalpan 4801, Toriello Guerra Ciudad de México Ciudad de México 14050 MX (work)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://emahealth.io/fhir/mx/sid/clues",
      "value" : "DFIMS000324"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Hospital General de Zona No. 32 IMSS",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+525557289000"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Calzada de Tlalpan 4801, Toriello Guerra"
      ],
      "city" : "Ciudad de México",
      "district" : "Tlalpan",
      "state" : "Ciudad de México",
      "postalCode" : "14050",
      "country" : "MX"
    }
  ]
}