Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social
0.1.1 - STU

This page is part of the Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social (v0.1.1: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.5.0. For a full list of available versions, see the Directory of published versions

: OutputTaskRORCodeSystem - TTL Representation

Active as of 2023-06-02

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "output-task-ror-codesystem"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/output-task-ror-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">newValue<a name=\"output-task-ror-codesystem-newValue\"> </a></td><td>Nouvelle valeur renseignée</td></tr><tr><td style=\"white-space:nowrap\">identifierAnalyst<a name=\"output-task-ror-codesystem-identifierAnalyst\"> </a></td><td>identifiant du destinataire du traitement de la demande</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/output-task-ror-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "OutputTaskRORCodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-06-02T11:59:28+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ANS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ANS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://esante.gouv.fr" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System pour la définition des éléments spécifiques de output dans ressource RORTask"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "newValue" ] ;
fhir:display [ fhir:v "newValue" ] ;
fhir:definition [ fhir:v "Nouvelle valeur renseignée" ]
  ] [
fhir:code [ fhir:v "identifierAnalyst" ] ;
fhir:display [ fhir:v "identifierAnalyst" ] ;
fhir:definition [ fhir:v "identifiant du destinataire du traitement de la demande" ]
  ] ) . #