Vital Records FHIR Messaging (VRFM) IG
3.0.0-Preview1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 3.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: Payload Version Identifier Values - TTL Representation

Draft as of 2025-07-09

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Payload-version-cs"] ; # 
  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: CodeSystem Payload-version-cs</b></p><a name=\"Payload-version-cs\"> </a><a name=\"hcPayload-version-cs\"> </a><p>This case-sensitive code system <code>http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/Payload-version-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">VRDR_STU3_0<a name=\"Payload-version-cs-VRDR_STU3_0\"> </a></td><td>VRDRSTU3.0</td><td>VRDR STU3.0</td></tr><tr><td style=\"white-space:nowrap\">VRDR_STU2_2<a name=\"Payload-version-cs-VRDR_STU2_2\"> </a></td><td>VRDRSTU2.2</td><td>VRDR STU2.2</td></tr><tr><td style=\"white-space:nowrap\">BFDR_STU2_0<a name=\"Payload-version-cs-BFDR_STU2_0\"> </a></td><td>BFDRSTU2.0</td><td>BFDR STU2.0</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/Payload-version-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.0-Preview1"] ; # 
  fhir:name [ fhir:v "PayloadVersionCS"] ; # 
  fhir:title [ fhir:v "Payload Version Identifier Values"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-09T16:08:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CDC NCHS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CDC NCHS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://cdc.gov/nchs" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codesystem for Payload Version Identifier Values. Only versions that are in production use are listed."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "VRDR_STU3_0" ] ;
fhir:display [ fhir:v "VRDRSTU3.0" ] ;
fhir:definition [ fhir:v "VRDR STU3.0" ]
  ] [
fhir:code [ fhir:v "VRDR_STU2_2" ] ;
fhir:display [ fhir:v "VRDRSTU2.2" ] ;
fhir:definition [ fhir:v "VRDR STU2.2" ]
  ] [
fhir:code [ fhir:v "BFDR_STU2_0" ] ;
fhir:display [ fhir:v "BFDRSTU2.0" ] ;
fhir:definition [ fhir:v "BFDR STU2.0" ]
  ] ) . #