Vital Records FHIR Messaging (VRFM) IG - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DemographicsCodingUpdateMessage1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingUpdateMessage"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingUpdateMessage> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2021-05-20T00:00:00Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Header/DemographicsCodingUpdateHeader-Example1"^^xsd:anyURI ] ;
( fhir:resource <http://www.example.org/fhir/Header/DemographicsCodingUpdateHeader-Example1> )
] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Parameters/Parameters-Example1"^^xsd:anyURI ] ;
( fhir:resource <http://www.example.org/fhir/Parameters/Parameters-Example1> )
] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1"^^xsd:anyURI ] ;
( fhir:resource <http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1> )
] ) . #
<http://www.example.org/fhir/Header/DemographicsCodingUpdateHeader-Example1> a fhir:MessageHeader ;
fhir:id [ fhir:v "DemographicsCodingUpdateHeader-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingUpdateHeader"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingUpdateHeader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"DemographicsCodingUpdateHeader-Example1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader "DemographicsCodingUpdateHeader-Example1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VRM-DemographicsCodingUpdateHeader.html\">Demographics Coding Update Header</a></p></div><p><b>event</b>: <a href=\"http://nchs.cdc.gov/vrdr_demographics_coding_update\">http://nchs.cdc.gov/vrdr_demographics_coding_update</a></p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://sos.ny.gov/vitalrecords\">https://sos.ny.gov/vitalrecords</a></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://nchs.cdc.gov/vrdr_submission\">http://nchs.cdc.gov/vrdr_submission</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>SubmissionHeader-Example1</td><td>ok</td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"#Bundle_DemographicCodedContentBundle-Example1\">See above (http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1)</a></li><li><a href=\"#Parameters_Parameters-Example1\">See above (http://www.example.org/fhir/Parameters/Parameters-Example1)</a></li></ul></div>"
] ; #
fhir:event [ fhir:v "http://nchs.cdc.gov/vrdr_demographics_coding_update"^^xsd:anyURI] ; #
fhir:destination ( [
fhir:endpoint [ fhir:v "https://sos.ny.gov/vitalrecords"^^xsd:anyURI ]
] ) ; #
fhir:source [
fhir:endpoint [ fhir:v "http://nchs.cdc.gov/vrdr_submission"^^xsd:anyURI ]
] ; #
fhir:response [
fhir:identifier [ fhir:v "SubmissionHeader-Example1" ] ;
fhir:code [ fhir:v "ok" ]
] ; #
fhir:focus ( [
fhir:link <http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1" ]
] [
fhir:link <http://www.example.org/fhir/Parameters/Parameters-Example1> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Parameters/Parameters-Example1" ]
] ) . #
<http://www.example.org/fhir/Parameters/Parameters-Example1> a fhir:Parameters ;
fhir:id [ fhir:v "Parameters-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "jurisdiction_id" ] ;
fhir:value [ fhir:v "NY" ]
] [
fhir:name [ fhir:v "cert_no" ] ;
fhir:value [ fhir:v "123456"^^xsd:nonNegativeInteger ]
] [
fhir:name [ fhir:v "death_year" ] ;
fhir:value [ fhir:v "2018"^^xsd:nonNegativeInteger ]
] [
fhir:name [ fhir:v "state_auxiliary_id" ] ;
fhir:value [ fhir:v "abcdef10" ]
] ) . #
<http://www.example.org/fhir/Bundle/DemographicCodedContentBundle-Example1> a fhir:Bundle ;
fhir:id [ fhir:v "DemographicCodedContentBundle-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-demographic-coded-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-demographic-coded-bundle> ] )
] ; #
fhir:identifier [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/CertificateNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000182" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000000000001" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "100000000001" ] ] ) ;
fhir:system [ fhir:v "http://nchs.cdc.gov/vrdr_id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020NY000182" ]
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2020-10-20T14:48:35.401641-04:00"^^xsd:dateTime] . #
IG © 2022+ CDC NCHS. Package vital-records-fhir-messaging#1.0.1 based on FHIR 4.0.1. Generated 2023-12-28
Links: Table of Contents |
QA Report
Internal use only.