Guía IPS Argentina basada en Core Ar
0.1.0 - ci-build Argentina flag

Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organización argentina de ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "OrganizationArEjemplo",
  "meta" : {
    "profile" : [
      🔗 "http://ips.ri.hsisalud.org/StructureDefinition/OrganizationAr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organización OrganizationArEjemplo</b></p><a name=\"OrganizationArEjemplo\"> </a><a name=\"hcOrganizationArEjemplo\"> </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-OrganizationAr.html\">Organizacion Argentina</a></p></div><p><b>identifier</b>: <code>http://refes.msal.gob.ar</code>/REFES-00001234\u00a0(use:\u00a0usual,\u00a0period:\u00a02015-03-10 --&gt; (ongoing))</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 Ejemplo</p><p><b>alias</b>: Hospital de Ejemplo</p><p><b>telecom</b>: <a href=\"tel:+54-11-5555-1234\">+54-11-5555-1234</a></p><p><b>address</b>: Avenida de Ejemplo 1234, Ciudad Autónoma de Buenos Aires(work)</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://refes.msal.gob.ar",
      "value" : "REFES-00001234",
      "period" : {
        "start" : "2015-03-10"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Hospital General de Ejemplo",
  "alias" : [
    "Hospital de Ejemplo"
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+54-11-5555-1234",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "Avenida de Ejemplo 1234, Ciudad Autónoma de Buenos Aires",
      "line" : [
        "Avenida de Ejemplo 1234"
      ],
      "city" : "Ciudad Autónoma de Buenos Aires",
      "state" : "Ciudad Autónoma de Buenos Aires",
      "postalCode" : "C1000AAA",
      "country" : "AR"
    }
  ]
}