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-Preview4 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
: Update MessageHeader URI Values - TTL Representation
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-UpdateHeaderURI-vs"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VRM-UpdateHeaderURI-vs</b></p><a name=\"VRM-UpdateHeaderURI-vs\"> </a><a name=\"hcVRM-UpdateHeaderURI-vs\"> </a><a name=\"VRM-UpdateHeaderURI-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-VRM-MessageHeaderURI-cs.html\"><code>http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-MessageHeaderURI-cs</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-VRM-MessageHeaderURI-cs.html#VRM-MessageHeaderURI-cs-http.58.47.47nchs.46cdc.46gov.47vrdr_submission_update\">http://nchs.cdc.gov/vrdr_submission_update</a></td><td style=\"color: #cccccc\">VRDR Update</td><td>Indicates this is an update to a previously acknowledged submission of a death report</td></tr><tr><td><a href=\"CodeSystem-VRM-MessageHeaderURI-cs.html#VRM-MessageHeaderURI-cs-http.58.47.47nchs.46cdc.46gov.47fd_submission_update\">http://nchs.cdc.gov/fd_submission_update</a></td><td style=\"color: #cccccc\">Fetal Death Update</td><td>Indicates that the payload is an updated submission of a fetal death report</td></tr><tr><td><a href=\"CodeSystem-VRM-MessageHeaderURI-cs.html#VRM-MessageHeaderURI-cs-http.58.47.47nchs.46cdc.46gov.47birth_submission_update\">http://nchs.cdc.gov/birth_submission_update</a></td><td style=\"color: #cccccc\">Birth Update</td><td>Indicates that this is an updated submission of a birth report</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-UpdateHeaderURI-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0-Preview4"] ; #
fhir:name [ fhir:v "UpdateURIVS"] ; #
fhir:title [ fhir:v "Update MessageHeader URI Values"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-04T17:35:44+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 "Update MessageHeader URI Values"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-MessageHeaderURI-cs"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "http://nchs.cdc.gov/vrdr_submission_update" ] ] [
fhir:code [ fhir:v "http://nchs.cdc.gov/fd_submission_update" ] ] [
fhir:code [ fhir:v "http://nchs.cdc.gov/birth_submission_update" ] ] ) ] )
] . #