Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example ValueSet/example-metadata-2 (Turtle)

Maturity Level : N/A
Responsible Owner: Terminology Infrastructure Work Group Standards Status : Informative Compartments : No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

Example Value Set Metadata v2

@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 ;

<http://hl7.org/fhir/ValueSet/example-metadata-2> a fhir:ValueSet ;

  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-metadata-2"] ; # 
  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\">\n      <ul>\n        <li>Include all codes defined in \n          <a href=\"codesystem-example-metadata.html\">\n            <code>http://hl7.org/fhir/CodeSystem/example-metadata</code>\n          </a>\n        </li>\n      </ul>\n    </div>"

     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p class=\"res-header-id\">\n        <b>Generated Narrative: ValueSet example-metadata-2</b>\n      </p>\n      <a name=\"example-metadata-2\"> </a>\n      <a name=\"hcexample-metadata-2\"> </a>\n      <ul>\n        <li>Include all codes defined in \n          <a href=\"http://tx.fhir.org/r5\">\n            <code>http://hl7.org/fhir/CodeSystem/example-metadata</code>\n          </a>\n          <span title=\"Version is explicitly stated to be 20220721\"> version ?5.0.0</span>\n        </li>\n      </ul>\n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "vocab"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/ValueSet/example-metadata-2"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/example-metadata-2>

  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/example-metadata-2"^^xsd:anyURI] ; # 

  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;

     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;

     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3143" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 

  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 

  fhir:name [ fhir:v "ExampleMetadata"] ; # 
  fhir:title [ fhir:v "Metadata Example"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 

  fhir:experimental [ fhir:v true] ; # 

  fhir:date [ fhir:v "2022-07-21"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "FHIR (Example)"] ; # 

  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 

  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;

     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]

       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]

     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is an example value set that illustrates usage of the metadata resource elements introduced in R5"] ; # 
  fhir:approvalDate [ fhir:v "2021-07-21"^^xsd:date] ; # 
  fhir:lastReviewDate [ fhir:v "2022-07-21"^^xsd:date] ; # 
  fhir:effectivePeriod [
     fhir:start [ fhir:v "2022-08-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2023-07-31"^^xsd:date ]
  ] ; # 
  fhir:topic ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-topic"^^xsd:anyURI ] ;

       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/definition-topic"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/definition-topic>
       ] ;

       fhir:code [ fhir:v "treatment" ] ;
       fhir:display [ fhir:v "Treatment" ]
     ] )
  ] ) ; # 
  fhir:author ( [
     fhir:name [ fhir:v "ACME ValueSet Development" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://acme.org/development" ]
     ] )
  ] ) ; # 
  fhir:editor ( [
     fhir:name [ fhir:v "ACME ValueSet Management" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://acme.org/management" ]
     ] )
  ] ) ; # 
  fhir:reviewer ( [
     fhir:name [ fhir:v "Society for Creative ValueSet Review" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/scvr" ]
     ] )
  ] ) ; # 
  fhir:endorser ( [
     fhir:name [ fhir:v "National Foundation for ValueSet Quality" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/nfvq" ]
     ] )
  ] ) ; # 
  fhir:relatedArtifact ( [
     fhir:type [ fhir:v "derived-from" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/ValueSet/example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/ValueSet/example>

       fhir:l <http://hl7.org/fhir/ValueSet/example>

     ]
  ] [
     fhir:type [ fhir:v "predecessor" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/ValueSet/example-metadata|20210701"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/ValueSet/example-metadata|20210701>

       fhir:l <http://hl7.org/fhir/ValueSet/example-metadata?version=20210701>

     ]
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata"^^xsd:anyURI ] ;

       fhir:system [
         fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/CodeSystem/example-metadata>
       ] ;

       fhir:version [ fhir:v "20220721" ]
     ] )
  ]] . # 

  ] . # 


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.