ph4h

Guía CORE PH4H - RACSEL
0.2 - draft International flag

Guía CORE PH4H - RACSEL - Local Development build (v0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrganizationICVPVaccinationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "OrganizationICVPVaccinationExample",
  "meta" : {
    "profile" : [
      🔗 "http://racsel.org/StructureDefinition/LACOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OrganizationICVPVaccinationExample</b></p><a name=\"OrganizationICVPVaccinationExample\"> </a><a name=\"hcOrganizationICVPVaccinationExample\"> </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-LACOrganization.html\">LACOrganization</a></p></div><p><b>identifier</b>: <code>urn:oid.2.16.170.1.3</code>/RUC-20123456789\u00a0(use:\u00a0official,\u00a0)</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 de Salud Internacional Lima</p><p><b>address</b>: Avenida Salaverry 3500 Lima Lima 15008 PE (work)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid.2.16.170.1.3",
      "value" : "RUC-20123456789"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Centro de Salud Internacional Lima",
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "Avenida Salaverry 3500"
      ],
      "city" : "Lima",
      "state" : "Lima",
      "postalCode" : "15008",
      "country" : "PE"
    }
  ]
}