Vital Records FHIR Messaging (VRFM) IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ExtractionErrorHeader-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 "ExtractionErrorHeader-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-ExtractionErrorHeader"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-ExtractionErrorHeader> ] )
] ; #
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=\"ExtractionErrorHeader-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 "ExtractionErrorHeader-Example1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VRM-ExtractionErrorHeader.html\">Extraction Error Header</a></p></div><p><b>event</b>: <a href=\"http://nchs.cdc.gov/vrdr_extraction_error\">http://nchs.cdc.gov/vrdr_extraction_error</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><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>54a07cef-4bff-4bb0-8957-9c8fbf7390ed</td><td>fatal-error</td><td><a href=\"OperationOutcome-Outcome-Example1.html\">OperationOutcome/Outcome-Example1</a></td></tr></table><p><b>focus</b>: <a href=\"Parameters-Parameters-Example1.html\">Parameters/Parameters-Example1</a></p></div>"
] ; #
fhir:event [ fhir:v "http://nchs.cdc.gov/vrdr_extraction_error"^^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 "54a07cef-4bff-4bb0-8957-9c8fbf7390ed" ] ;
fhir:code [ fhir:v "fatal-error" ] ;
fhir:details [
fhir:reference [ fhir:v "OperationOutcome/Outcome-Example1" ] ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Parameters/Parameters-Example1" ]
] ) . #