Service d'Accès aux Soins
1.1.0 - trial-implementation
This page is part of the Service d'Accès aux Soins (v1.1.0: trial-use - Mixed Normative and STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "1111111111",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-location-aggregator"
]
},
"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"
}
]
}