IHE FormatCode Vocabulary
1.2.0 - normative International flag

This page is part of the IHE FormatCode Vocabulary (v1.2.0: Publication - Normative) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: FormatCode ValueSet - TTL Representation

Active as of 2022-08-15

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 "formatcode"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-formatcode.html\"><code>http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-HL7DocumentFormatCodes.html\"><code>http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes</code></a></li><li>Include these codes as defined in <a href=\"http://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-1.462.46840.4610008.465.461.464.461.461.4688.4659\">1.2.840.10008.5.1.4.1.1.88.59</a></td><td>Key Object Selection Document</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/ValueSet/formatcode"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.7.1" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "IHE_FormatCode_vs"] ; # 
  fhir:title [ fhir:v "IHE ValueSet of Format Codes for use with Document Sharing"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-08-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Integrating the Healthcare Enterprise (IHE)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IHE" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE Secretary" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "secretary@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The IHE FormatCode Value set is defined to be the set of FormatCode(s) defined by IHE, DICOM and HL7. These codes are intended to be preferred."] ; # 
  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:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:copyright [ fhir:v "IHE http://www.ihe.net/Governance/#Intellectual_Property"] ; # 
  fhir:compose [
fhir:inactive [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:include [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "1.2.840.10008.5.1.4.1.1.88.59" ] ;
fhir:display [ fhir:v "Key Object Selection Document" ]       ] )     ] )
  ] . #