@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 -------------------------------------------------------------------

<https://interop.esante.gouv.fr/ig/fhir/ror/ValueSet/ror-launch-context-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ror-launch-context-vs"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ror-launch-context-vs</b></p><a name=\"ror-launch-context-vs\"> </a><a name=\"hcror-launch-context-vs\"> </a><a name=\"ror-launch-context-vs-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=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><p>Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :</p><ul><li>Include tous les codes définis dans <code>http://hl7.org/fhir/uv/sdc/CodeSystem-launchContext.html</code></li><li>Include tous les codes définis dans <a href=\"CodeSystem-ror-launch-context-codesystem.html\"><code>https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/ror-launch-context-codesystem</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/ror/ValueSet/ror-launch-context-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.7.0-snapshot-2"] ; # 
  fhir:name [ fhir:v "RORLaunchContextVS"] ; # 
  fhir:title [ fhir:v "Value Set pour le contexte standard du lancement d'un questionnaire dans le cadre du ROR"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-24T10:30:04+00: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 "Extension du Value Set https://hl7.org/fhir/uv/sdc/ValueSet-launchContext.html afin de l'adapter au contexte de lancement des questionnaires dans le cadre du ROR"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "FR" ] ;
       fhir:display [ fhir:v "FRANCE" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem-launchContext.html"^^xsd:anyURI ]
     ] [
       fhir:system [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/ror-launch-context-codesystem"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

