FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | HealthcareService |
| Id | HealthcareService-svc-cardiologie-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : ServiceDeSanté svc-cardiologie-1
FR Core Service Type Duration Extension
- serviceType: Cardio et Maladies vasculaires
- duration: Pas d'affichage pour Duration (value : 30; unit : min; system : http://unitsofmeasure.org; code : min)
identifier: urn:oid:1.2.250.1.1.1.1/HOSP-X-CARDIO (utilisation : official, )
active: true
providedBy: Organization HOPITAL INTERCOMMUNAL DE LA PRESQU'ILE G
category: Aged Care
specialty: Cardio et Maladies vasculaires
name: Service de cardiologie
comment: Ce service prend en charge les pathologies cardiaques.
telecom: cardio@hosp-x.fr
appointmentRequired: true
availableTime
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
allDay: false
availableStartTime: 08:00:00
availableEndTime: 17:30:00
availableTime
daysOfWeek: Saturday
allDay: false
availableStartTime: 09:00:00
availableEndTime: 12:00:00
| Description | During |
| Fermeture annuelle | 2025-08-01 --> 2025-08-31 |
{
"resourceType": "HealthcareService",
"id": "svc-cardiologie-1",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-healthcare-service"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "serviceType",
"valueCodeableConcept": {
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
"code": "SM04",
"display": "Cardio et Maladies vasculaires"
}
]
}
},
{
"url": "duration",
"valueDuration": {
"value": 30,
"unit": "min",
"system": "http://unitsofmeasure.org",
"code": "min"
}
}
],
"url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration"
}
],
"identifier": [
{
"use": "official",
"system": "urn:oid:1.2.250.1.1.1.1",
"value": "HOSP-X-CARDIO"
}
],
"active": true,
"providedBy": {
"reference": "Organization/FRCoreOrganizationExample"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"code": "2",
"display": "Aged Care"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
"code": "SM04",
"display": "Cardio et Maladies vasculaires"
}
]
}
],
"name": "Service de cardiologie",
"comment": "Ce service prend en charge les pathologies cardiaques.",
"telecom": [
{
"system": "email",
"value": "cardio@hosp-x.fr"
}
],
"appointmentRequired": true,
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": false,
"availableStartTime": "08:00:00",
"availableEndTime": "17:30:00"
},
{
"daysOfWeek": [
"sat"
],
"allDay": false,
"availableStartTime": "09:00:00",
"availableEndTime": "12:00:00"
}
],
"notAvailable": [
{
"description": "Fermeture annuelle",
"during": {
"start": "2025-08-01",
"end": "2025-08-31"
}
}
]
}