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

FHIR IG analytics

Packageans.fhir.fr.sas
Resource TypeLocation
IdLocation-3333333333.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

Narratif généré : Localisation 3333333333

identifier: Identifiant interne/3333333333

name: Centre de consultation Lorient

telecom: +33139555992

address: 12 impasse Royer Dubail LORIENT 56100

managingOrganization: Organization SOS Médecins Lorient et agglomération

hoursOfOperation

daysOfWeek: Tuesday, Thursday, Saturday

openingTime: 11:00:00

closingTime: 18:00:00


Source1

{
  "resourceType": "Location",
  "id": "3333333333",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-location-aggregator"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
            "code": "INTRN"
          }
        ]
      },
      "system": "https://editeur.com",
      "value": "3333333333"
    }
  ],
  "name": "Centre de consultation Lorient",
  "telecom": [
    {
      "system": "phone",
      "value": "+33139555992"
    }
  ],
  "address": {
    "line": [
      "12 impasse Royer Dubail"
    ],
    "city": "LORIENT",
    "postalCode": "56100"
  },
  "managingOrganization": {
    "reference": "Organization/ExampleOrgaSOS2"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "tue",
        "thu",
        "sat"
      ],
      "openingTime": "11:00:00",
      "closingTime": "18:00:00"
    }
  ]
}