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

FHIR IG analytics

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

identifier: Identifiant interne/2222222222

name: Centre de consultation Rennes Cleunay

telecom: +33145249912

address: 106 rue Eugène Pottier RENNES 35000

managingOrganization: Organization SOS Médecins de Rennes

hoursOfOperation

daysOfWeek: Monday, Tuesday, Wednesday, Thursday

openingTime: 09:00:00

closingTime: 21:00:00


Source1

{
  "resourceType": "Location",
  "id": "2222222222",
  "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": "2222222222"
    }
  ],
  "name": "Centre de consultation Rennes Cleunay",
  "telecom": [
    {
      "system": "phone",
      "value": "+33145249912"
    }
  ],
  "address": {
    "line": [
      "106 rue Eugène Pottier"
    ],
    "city": "RENNES",
    "postalCode": "35000"
  },
  "managingOrganization": {
    "reference": "Organization/ExampleOrgaSOS1"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu"
      ],
      "openingTime": "09:00:00",
      "closingTime": "21:00:00"
    }
  ]
}