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 "GenomeBuild"] ; # 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 GenomeBuild</b></p><a name=\"GenomeBuild\"> </a><a name=\"hcGenomeBuild\"> </a><a name=\"GenomeBuild-en-US\"> </a><ul><li>Include ces codes sont définis dans <code>https://github.com/siric-osiris/OSIRIS</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>O22-1</td><td>GRCh37</td></tr><tr><td>O22-2</td><td>GRCh38</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GenomeBuild"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.0"] ; # fhir:name [ fhir:v "GenomeBuild"] ; # fhir:title [ fhir:v "GenomeBuild 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 "GenomeBuild"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://github.com/siric-osiris/OSIRIS"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "O22-1" ] ; fhir:display [ fhir:v "GRCh37" ] ] [ fhir:code [ fhir:v "O22-2" ] ; fhir:display [ fhir:v "GRCh38" ] ] ) ] ) ] . #