Guide d'implémentation Fr Core
2.0.1 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.0.1: Release) 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

: FRCoreSlotExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "FRCoreSlotExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-slot"^^xsd:anyURI ;
fhir:link <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-slot>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Slot</b><a name=\"FRCoreSlotExample\"> </a><a name=\"hcFRCoreSlotExample\"> </a></p><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\">Resource Slot &quot;FRCoreSlotExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-core-slot.html\">FR Core Slot Profile</a></p></div><p><b>identifier</b>: <code>http://interopsante.org/slots</code>/451 (use: usual)</p><p><b>serviceType</b>: Friendly Visiting <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\">Service type</a>#7)</span></p><p><b>specialty</b>: Médecine générale (SM) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://interop.esante.gouv.fr/ig/nos/1.2.0/CodeSystem-TRE-R38-SpecialiteOrdinale.html\">TRE_R38-SpecialiteOrdinale</a>#SM54)</span></p><p><b>schedule</b>: <a href=\"https://interopsante.org/fhir/Schedule/exampleSchedule\">https://interopsante.org/fhir/Schedule/exampleSchedule</a></p><p><b>status</b>: free</p><p><b>start</b>: 4 janv. 2019, 10:15:00</p><p><b>end</b>: 4 janv. 2019, 10:30:00</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://interopsante.org/slots"^^xsd:anyURI ] ;
fhir:value [ fhir:v "451" ]
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Friendly Visiting" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SM54" ] ;
fhir:display [ fhir:v "Médecine générale (SM)" ]     ] )
  ] ) ; # 
  fhir:schedule [
fhir:link <https://interopsante.org/fhir/Schedule/exampleSchedule> ;
fhir:reference [ fhir:v "https://interopsante.org/fhir/Schedule/exampleSchedule" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2019-01-04T09:15:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2019-01-04T09:30:00Z"^^xsd:dateTime] . #