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-Preview2 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
: FetalDeathReportUpdateHeader-Example1 - 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:MessageHeader ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FetalDeathReportUpdateHeader-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-FetalDeathReportUpdateHeader"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-FetalDeathReportUpdateHeader> ] )
] ; #
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: MessageHeader FetalDeathReportUpdateHeader-Example1</b></p><a name=\"FetalDeathReportUpdateHeader-Example1\"> </a><a name=\"hcFetalDeathReportUpdateHeader-Example1\"> </a><a name=\"FetalDeathReportUpdateHeader-Example1-en-US\"> </a><p><b>event</b>: <a href=\"http://nchs.cdc.gov/bfdr_death_update\">http://nchs.cdc.gov/bfdr_death_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=\"http://nchs.cdc.gov/bfdr_submission\">http://nchs.cdc.gov/bfdr_submission</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=\"https://sos.ny.gov/vitalrecords\">https://sos.ny.gov/vitalrecords</a></td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"Bundle-BirthReportMessage-Example1.html#http-//www.example.org/fhir/Bundle/DummyBundle\">Bundle: type = message; timestamp = 2022-08-20 00:00:00+0000</a></li><li><a href=\"Bundle-CodedCauseOfFetalDeathMessage-Example1.html#http-//www.example.org/fhir/Parameters/ParametersFD-Example2\">Bundle: type = message; timestamp = 2021-05-20 00:00:00+0000</a></li></ul></div>"
] ; #
fhir:event [ fhir:v "http://nchs.cdc.gov/bfdr_death_update"^^xsd:anyURI] ; #
fhir:destination ( [
fhir:endpoint [ fhir:v "http://nchs.cdc.gov/bfdr_submission"^^xsd:anyURI ]
] ) ; #
fhir:source [
fhir:endpoint [ fhir:v "https://sos.ny.gov/vitalrecords"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:link <http://www.example.org/fhir/Bundle/DummyBundle> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Bundle/DummyBundle" ]
] [
fhir:link <http://www.example.org/fhir/Parameters/ParametersFD-Example2> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Parameters/ParametersFD-Example2" ]
] ) . #