Vital Records FHIR Messaging (VRFM) IG
2.0.0-draft-1 - 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 2.0.0-draft-1 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

: Status Codes Values - TTL Representation

Draft as of 2024-09-19

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 "VRM-Status-vs"] ; # 
  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: ValueSet VRM-Status-vs</b></p><a name=\"VRM-Status-vs\"> </a><a name=\"hcVRM-Status-vs\"> </a><a name=\"VRM-Status-vs-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-VRM-Status-cs.html\"><code>http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-Status-cs</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-Status-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-draft-1"] ; # 
  fhir:name [ fhir:v "StatusVS"] ; # 
  fhir:title [ fhir:v "Status Codes Values"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-19T14:56:02+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 "Status Codes Values"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-Status-cs"^^xsd:anyURI ]     ] )
  ] . #