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

: Local Observation Identifiers - 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 "VRM-observation-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 VRM-observation-cs</b></p><a name=\"VRM-observation-cs\"> </a><a name=\"hcVRM-observation-cs\"> </a><p>This case-sensitive code system <code>http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-observation-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\">fetaldeathrecordidentifier<a name=\"VRM-observation-cs-fetaldeathrecordidentifier\"> </a></td><td>Fetal Death Record Identifier</td><td>Fetal Death Record Identifier</td></tr><tr><td style=\"white-space:nowrap\">birthrecordidentifier<a name=\"VRM-observation-cs-birthrecordidentifier\"> </a></td><td>Birth Record Record Identifier</td><td>Birth Record Identifier</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-observation-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.0-Preview1"] ; # 
  fhir:name [ fhir:v "ObservationCS"] ; # 
  fhir:title [ fhir:v "Local Observation Identifiers"] ; # 
  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 local observation identifiers."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "fetaldeathrecordidentifier" ] ;
fhir:display [ fhir:v "Fetal Death Record Identifier" ] ;
fhir:definition [ fhir:v "Fetal Death Record Identifier" ]
  ] [
fhir:code [ fhir:v "birthrecordidentifier" ] ;
fhir:display [ fhir:v "Birth Record Record Identifier" ] ;
fhir:definition [ fhir:v "Birth Record Identifier" ]
  ] ) . #