FHIR IG analytics| Package | ans.fhir.fr.sas |
| Resource Type | Location |
| Id | Location-2222222222.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 2222222222
Profil: FrLocationAgregateurSOS
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
{
"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"
}
]
}