FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageracsel.org
Resource TypeOrganization
IdOrganization-OrganizationHealthCenterExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization OrganizationHealthCenterExample

type: Healthcare Provider

name: Centro de Salud Regional Quito

telecom: +593-2-1234567

address: Avenida 10 de Agosto 4200, Quito, Pichincha


Source1

{
  "resourceType": "Organization",
  "id": "OrganizationHealthCenterExample",
  "meta": {
    "profile": [
      "http://racsel.org/StructureDefinition/LACOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}