FHIR IG analytics| Package | ans.fhir.fr.sas |
| Resource Type | Location |
| Id | Location-1111111111.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Localisation 1111111111
Profil: FrLocationAgregateurSOS
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
{
"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"
}
]
}