FHIR IG analytics| Package | hl7.fhir.cl.corecl |
| Resource Type | Location |
| Id | Location-LocalizacionEjemploCL1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location
Resource Location "LocalizacionEjemploCL1"
Profile: CL Localización
identifier: id: 23144561
status: active
name: Gran Farmacia Gran
alias: La gran
type: Pharmacy (RoleCode#PHARM)
telecom: ph: (+56) 234221678(WORK)
address: Calle 10 Norte, 1240, Viña del Mar 05109 05 152
| - | Longitude | Latitude |
| * | 42.2565 | -71.550261 |
managingOrganization: Organization/ORG1 "Centro de Salud Familiar Rio Bueno de Linares"
| - | DaysOfWeek | AllDay | OpeningTime |
| * | sat | false | 19:00:00 |
{
"resourceType": "Location",
"id": "LocalizacionEjemploCL1",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CoreLocalizacionCl"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://miderfarm.cl/validador_id",
"value": "23144561"
}
],
"status": "active",
"name": "Gran Farmacia Gran",
"alias": [
"La gran"
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PHARM",
"display": "Pharmacy"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "(+56) 234221678",
"use": "work"
}
],
"address": {
"line": [
"Calle 10 Norte, 1240, Viña del Mar"
],
"city": "05109",
"district": "051",
"state": "05",
"country": "152"
},
"position": {
"longitude": 42.2565,
"latitude": -71.550261
},
"managingOrganization": {
"reference": "Organization/ORG1"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"sat"
],
"allDay": false,
"openingTime": "19:00:00"
}
]
}