Search FHIR

Service d'Accès aux Soins
1.2.0 - ci-build France flag

Service d'Accès aux Soins - version de développement local (v1.2.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: ExampleSlotSOS2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Slot ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleSlotSOS2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-slot-aggregator"^^xsd:anyURI ;
fhir:l <https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-slot-aggregator>     ] ) ;
    ( fhir:security [
fhir:system [
fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R314-TypeCreneau/FHIR/TRE-R314-TypeCreneau"^^xsd:anyURI ;
fhir:l <https://mos.esante.gouv.fr/NOS/TRE_R314-TypeCreneau/FHIR/TRE-R314-TypeCreneau>       ] ;
fhir:code [ fhir:v "PUBLIC" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Slot ExampleSlotSOS2</b></p><a name=\"ExampleSlotSOS2\"> </a><a name=\"hcExampleSlotSOS2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-sas-sos-slot-aggregator.html\">FrSlotAgregateurSOS</a></p><p style=\"margin-bottom: 0px\">Label de sécurité: Créneau accessible par le grand public (Détails : code TRE_R314-TypeCreneau PUBLIC = 'Créneau accessible par le grand public')</p></div><p><b>serviceType</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>appointmentType</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}\">Routine appointment - default if not valued</span></p><p><b>schedule</b>: <a href=\"Schedule-ExampleScheduleSOS2.html\">Schedule</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2023-08-19 11:00:00+0200</p><p><b>end</b>: 2023-08-19 11:30:00+0200</p><p><b>comment</b>: http://www.editeur.com/agenda-pfg/creneau2</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>       ] ;
fhir:code [ fhir:v "AMB" ]     ] )
  ] ) ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0276>       ] ;
fhir:code [ fhir:v "ROUTINE" ]     ] )
  ] ; # 
  fhir:schedule [
fhir:l fhir:Schedule/ExampleScheduleSOS2 ;
fhir:reference [ fhir:v "Schedule/ExampleScheduleSOS2" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2023-08-19T11:00:00.000+02:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-08-19T11:30:00.000+02:00"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "http://www.editeur.com/agenda-pfg/creneau2"] . #