🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build

🇵🇪 EMA Health Perú 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 (Perú) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "EjemploEmaOrganizationPe",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/pe/StructureDefinition/ema-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization EjemploEmaOrganizationPe</b></p><a name=\"EjemploEmaOrganizationPe\"> </a><a name=\"hcEjemploEmaOrganizationPe\"> </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 (Perú)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-RucNamingSystem.html\" title=\"Registro Único de Contribuyentes. 11 dígitos. Usado en Organization.identifier.\">RUC</a>/20512345678</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>: Clínica San Borja S.A.C.</p><p><b>telecom</b>: <a href=\"tel:+5114757000\">+5114757000</a></p><p><b>address</b>: Av. Guardia Civil 337 Lima Lima 15037 PE (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://emahealth.io/fhir/pe/sid/ruc",
      "value" : "20512345678"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Clínica San Borja S.A.C.",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+5114757000"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Av. Guardia Civil 337"
      ],
      "city" : "Lima",
      "district" : "San Borja",
      "state" : "Lima",
      "postalCode" : "15037",
      "country" : "PE"
    }
  ]
}