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

FHIR IG analytics

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

identifier: Identifiant interne/1111111111

name: Centre de consultation Rennes Nord

telecom: +33193246789

address: 320 avenue Général Georges Patton RENNES 35700

managingOrganization: Organization SOS Médecins de Rennes

hoursOfOperation

daysOfWeek: Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday

openingTime: 08:00:00

closingTime: 19:00:00


Source1

{
  "resourceType": "Location",
  "id": "1111111111",
  "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": "1111111111"
    }
  ],
  "name": "Centre de consultation Rennes Nord",
  "telecom": [
    {
      "system": "phone",
      "value": "+33193246789"
    }
  ],
  "address": {
    "line": [
      "320 avenue Général Georges Patton"
    ],
    "city": "RENNES",
    "postalCode": "35700"
  },
  "managingOrganization": {
    "reference": "Organization/ExampleOrgaSOS1"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "openingTime": "08:00:00",
      "closingTime": "19:00:00"
    }
  ]
}