FHIR IG analytics| Package | ans.fhir.fr.sas |
| Resource Type | Location |
| Id | Location-3333333333.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 3333333333
Profil: FrLocationAgregateurSOS
identifier: Identifiant interne/3333333333
name: Centre de consultation Lorient
telecom: +33139555992
address: 12 impasse Royer Dubail LORIENT 56100
managingOrganization: Organization SOS Médecins Lorient et agglomération
hoursOfOperation
daysOfWeek: Tuesday, Thursday, Saturday
openingTime: 11:00:00
closingTime: 18:00:00
{
"resourceType": "Location",
"id": "3333333333",
"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": "3333333333"
}
],
"name": "Centre de consultation Lorient",
"telecom": [
{
"system": "phone",
"value": "+33139555992"
}
],
"address": {
"line": [
"12 impasse Royer Dubail"
],
"city": "LORIENT",
"postalCode": "56100"
},
"managingOrganization": {
"reference": "Organization/ExampleOrgaSOS2"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"tue",
"thu",
"sat"
],
"openingTime": "11:00:00",
"closingTime": "18:00:00"
}
]
}