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

: OrganizationHealthCenterExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "OrganizationHealthCenterExample",
  "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 OrganizationHealthCenterExample</b></p><a name=\"OrganizationHealthCenterExample\"> </a><a name=\"hcOrganizationHealthCenterExample\"> </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>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Centro de Salud Regional Quito</p><p><b>telecom</b>: <a href=\"tel:+593-2-1234567\">+593-2-1234567</a></p><p><b>address</b>: Avenida 10 de Agosto 4200, Quito, Pichincha</p></div>"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Centro de Salud Regional Quito",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+593-2-1234567"
    }
  ],
  "address" : [
    {
      "text" : "Avenida 10 de Agosto 4200, Quito, Pichincha",
      "country" : "EC"
    }
  ]
}