Guide d'implémentation Fr Core
2.1.0 - ci-build France flag

Guide d'implémentation Fr Core - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 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 "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 class=\"res-header-id\"><b>Narratif généré : Slot FRCoreSlotExample</b></p><a name=\"FRCoreSlotExample\"> </a><a name=\"hcFRCoreSlotExample\"> </a><a name=\"FRCoreSlotExample-fr-FR\"> </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-fr-core-slot.html\">FR Core Slot Profile</a></p></div><p><b>identifier</b>: <code>http://slot-identifier-system.org</code>/451 (use: usual, )</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 7}\">Friendly Visiting</span></p><p><b>specialty</b>: <span title=\"Codes:{https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale SM54}\">Médecine générale (SM)</span></p><p><b>schedule</b>: <a href=\"Schedule-FRCoreScheduleExample.html\">Schedule : extension = ,; identifier = http://schedule-identifier-system.org#45 (use: usual, ); specialty = Médecine générale (SM); planningHorizon = 2019-01-01 00:00:00+0000 --&gt; 2020-01-01 00:00:00+0000</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2019-01-04 09:15:00+0000</p><p><b>end</b>: 2019-01-04 09:30:00+0000</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://slot-identifier-system.org"^^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:reference [ fhir:v "Schedule/FRCoreScheduleExample" ]
  ] ; # 
  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] . #