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

FHIR IG analytics

Packageracsel.org
Resource TypeOrganization
IdOrganization-OrganizationCountryExample.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 OrganizationCountryExample

identifier: urn:oid.2.16.170.1.3/RUC-20123456789 (use: official, )

type: Healthcare Provider

name: Centro de Salud Internacional Lima

address: Avenida Salaverry 3500 Lima Lima 15008 PE (work)


Source1

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