Your User Friendly Name for MyIG Here
0.2.0 - CI Build International flag

Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions

: Value set for no code system - TTL Representation

Page standards status: Informative

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "valueset-no-codesystem"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-no-codesystem</b></p><a name=\"valueset-no-codesystem\"> </a><a name=\"hcvalueset-no-codesystem\"> </a><a name=\"valueset-no-codesystem-en\"> </a><ul><li>Include these codes as defined in <code>http://not-a-known-code-system</code> version <code>2.36</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>not-known-code</td><td/></tr><tr><td>not-known-code2</td><td/></tr></table></li></ul></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-no-codesystem</b></p><a name=\"valueset-no-codesystem\"> </a><a name=\"hcvalueset-no-codesystem\"> </a><a name=\"valueset-no-codesystem-de\"> </a><ul><li>Include these codes as defined in <code>http://not-a-known-code-system</code> version <code>2.36</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>not-known-code</td><td/></tr><tr><td>not-known-code2</td><td/></tr></table></li></ul></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-no-codesystem</b></p><a name=\"valueset-no-codesystem\"> </a><a name=\"hcvalueset-no-codesystem\"> </a><a name=\"valueset-no-codesystem-fr\"> </a><ul><li>Include these codes as defined in <code>http://not-a-known-code-system</code> version <code>2.36</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>not-known-code</td><td/></tr><tr><td>not-known-code2</td><td/></tr></table></li></ul></div></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"^^xsd:anyURI ;
fhir:link <http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "ValueSetWithNoCodeSystem"] ; # 
  fhir:title [ fhir:v "ValueSet with no code-system"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2015-06-22"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - [Some] Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/[something]" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A sample value set where there's no known code system"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://not-a-known-code-system"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.36" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "not-known-code" ]       ] [
fhir:code [ fhir:v "not-known-code2" ]       ] )     ] )
  ] . #