FHIR IG analytics| Package | racsel.org |
| Resource Type | Organization |
| Id | Organization-OrganizationICVPVaccinationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization OrganizationICVPVaccinationExample
Profile: LACOrganization
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)
{
"resourceType": "Organization",
"id": "OrganizationICVPVaccinationExample",
"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"
}
]
}