<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrganizationExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "OrganizationExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/OrganizationMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OrganizationExample001</b></p><a name=\"OrganizationExample001\"> </a><a name=\"hcOrganizationExample001\"> </a><a name=\"OrganizationExample001-en-US\"> </a><p><b>identifier</b>: CLAVE UNICA IDENTIFICACION TRIBUTARIA/30-71165287-2\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/OrganizationTypeCS prov}\">Healthcare Provider</span></p><p><b>name</b>: MEDICAIA HEALTHCARE</p><p><b>telecom</b>: <a href=\"tel:+543878887766\">+54 387 8887766</a></p><p><b>address</b>: Av Colonia 309, 9A</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Joel Gomez(Official)</td><td><a href=\"tel:+5199887766Opt.8\">+51 99887766 Opt. 8</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.medicaia.ar/CodeSystem/TaxIdentifiersCS",
            "code" : "CUIT",
            "display" : "CLAVE UNICA IDENTIFICACION TRIBUTARIA"
          }
        ]
      },
      "system" : "https://www.argentina.gob.ar/cuit",
      "value" : "30-71165287-2"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.medicaia.ar/CodeSystem/OrganizationTypeCS",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "MEDICAIA HEALTHCARE",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+54 387 8887766"
    }
  ],
  "address" : [
    {
      "type" : "physical",
      "text" : "Av Colonia 309, 9A",
      "country" : "Argentina"
    }
  ],
  "contact" : [
    {
      "name" : {
        "use" : "official",
        "text" : "Joel Gomez",
        "family" : "Gomez",
        "given" : [
          "Joel"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+51 99887766 Opt. 8"
        }
      ]
    }
  ]
}