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

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypeLocation
IdLocation-LocalizacionEjemploCL1.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: 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

Positions

-LongitudeLatitude
*42.2565-71.550261

managingOrganization: Organization/ORG1 "Centro de Salud Familiar Rio Bueno de Linares"

HoursOfOperations

-DaysOfWeekAllDayOpeningTime
*satfalse19:00:00

Source1

{
  "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"
    }
  ]
}