FHIR Osiris Implementation Guide 1.1.0 - trial-implementation
Publication Build: This will be filled in by the publication tooling
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "VSLocalizationMethod"] ; # 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 VSLocalizationMethod</b></p><a name=\"VSLocalizationMethod\"> </a><a name=\"hcVSLocalizationMethod\"> </a><a name=\"VSLocalizationMethod-en-US\"> </a><p>Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :</p><ul/></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSLocalizationMethod"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.0"] ; # fhir:name [ fhir:v "VSLocalizationMethod"] ; # fhir:title [ fhir:v "Localization Method Value Set"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2025-04-03T14:14:07+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "institutcancer"] ; # fhir:contact ( [ fhir:name [ fhir:v "institutcancer" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://cancer.fr" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "osiris@institutcancer.fr" ] ] ) ] [ fhir:name [ fhir:v "Aurélien JOBARD" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "osiris@institutcancer.fr" ] ] ) ] ) ; # fhir:description [ fhir:v "Localization Method"] . #