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" : "Bundle",
"id" : "ExampleBundleCPTS",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-cpts-bundle-aggregator"
]
},
"type" : "searchset",
"total" : 1,
"link" : [
{
"relation" : "self",
"url" : "http://hapi.fhir.org/baseR4/Slot?_include=Slot:schedule&_include:iterate=Schedule:actor&start=ge2024-06-12T16:20:00.000+02:00&start=le2024-06-12T17:20:00.000+02:00&schedule.actor:Practitioner.identifier=urn:oid:1.2.250.1.71.4.2.1|810002909371&status=free&_include=Slot:service-type-reference"
}
],
"entry" : [
{
"fullUrl" : "https://<base_URl>/Slot/ExampleSlotCPTS1",
"resource" : {
"resourceType" : "Slot",
"id" : "ExampleSlotCPTS1",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-cpts-slot-aggregator"
],
"security" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R314-TypeCreneau/FHIR/TRE-R314-TypeCreneau",
"code" : "PUBLIC"
},
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R314-TypeCreneau/FHIR/TRE-R314-TypeCreneau",
"code" : "CPTS"
}
]
},
"serviceType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB"
}
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Slot.serviceType",
"valueReference" : {
🔗 "reference" : "HealthcareService/ExampleHealthcareServiceCPTS1"
}
}
],
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R66-CategorieEtablissement/FHIR/TRE-R66-CategorieEtablissement",
"code" : "604"
}
]
},
{
"text" : "Visite de contrôle"
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
"code" : "SM54"
}
]
}
],
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "ROUTINE"
}
]
},
"schedule" : {
🔗 "reference" : "Schedule/ExampleSchedule"
},
"status" : "free",
"start" : "2024-06-12T16:40:00.000+02:00",
"end" : "2024-06-12T17:00:00.000+02:00",
"comment" : "https://exemple.com/rdv/com/"
}
},
{
"fullUrl" : "https://<base_URl>/Schedule/ExampleSchedule",
"resource" : {
"resourceType" : "Schedule",
"id" : "ExampleSchedule",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrScheduleAgregateur"
]
},
"actor" : [
{
🔗 "reference" : "Practitioner/ExamplePractitioner"
},
{
🔗 "reference" : "PractitionerRole/ExamplePractitionerRoleAgregateur"
}
]
}
},
{
"fullUrl" : "https://<base_URl>/Practitioner/ExamplePractitioner",
"resource" : {
"resourceType" : "Practitioner",
"id" : "ExamplePractitioner",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrPractitionerAgregateur"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code" : "IDNPS"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.1",
"value" : "810002909371"
}
],
"name" : [
{
"family" : "Foret",
"given" : [
"Pierre"
]
}
]
}
},
{
"fullUrl" : "https://<base_URl>/PractitionerRole/ExamplePractitionerRoleAgregateur",
"resource" : {
"resourceType" : "PractitionerRole",
"id" : "ExamplePractitionerRoleAgregateur",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
]
},
"contained" : [
{
"resourceType" : "Location",
"id" : "ExampleLocation",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
"code" : "INTRN"
}
]
},
"system" : "https://editeur.com",
"value" : "123456789"
}
],
"address" : {
"line" : [
"25 CHEMIN DE MOUNESTIE"
],
"city" : "Aussonne",
"postalCode" : "31840"
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/ExamplePractitioner"
},
"organization" : {
"identifier" : {
"value" : "412345678912345"
}
},
"location" : [
{
"reference" : "#ExampleLocation"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+33561855977"
}
]
}
},
{
"fullUrl" : "https://<base_URl>/HealthcareService/ExampleHealthcareServiceCPTS1",
"resource" : {
"resourceType" : "HealthcareService",
"id" : "ExampleHealthcareServiceCPTS1",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-cpts-healthcareservice-aggregator"
]
},
"providedBy" : {
🔗 "reference" : "Organization/ExampleOrgaCPTS1"
}
}
},
{
"fullUrl" : "https://<base_URl>/Organization/ExampleOrgaCPTS1",
"resource" : {
"resourceType" : "Organization",
"id" : "ExampleOrgaCPTS1",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-cpts-organization-aggregator"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
"code" : "IDNST"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.2",
"value" : "1950047225"
}
],
"name" : "CPTS AXE MAJEUR",
"telecom" : [
{
"system" : "phone",
"value" : "+33102030405"
}
]
}
}
]
}