FHIR IG analytics| Package | ans.fhir.fr.gap |
| Resource Type | Slot |
| Id | Slot-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Slot "example"
Profile: GAP-FrSlot
identifier: http://example.org/slots/451 (use: usual)
serviceType: suivi (ServiceType#1)
specialty: Médecine générale (SM) (TRE_R38-SpecialiteOrdinale#SM54)
schedule: https://exampleserver.org/fhir/Schedule/example
status: free
start: Jan 4, 2019, 9:15:00 AM
end: Jan 4, 2019, 9:30:00 AM
{
"resourceType": "Slot",
"id": "example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-slot"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/slots",
"value": "451"
}
],
"serviceType": [
{
"coding": [
{
"system": "http://example.org/ValueSet/ServiceType",
"code": "1",
"display": "suivi"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
"code": "SM54",
"display": "Médecine générale (SM)"
}
]
}
],
"schedule": {
"reference": "https://exampleserver.org/fhir/Schedule/example"
},
"status": "free",
"start": "2019-01-04T09:15:00Z",
"end": "2019-01-04T09:30:00Z"
}