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

: ExtractionErrorMessage-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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExtractionErrorMessage-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-ExtractionErrorMessage"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-ExtractionErrorMessage>     ] )
  ] ; # 
  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/ExtractionErrorHeader-Example1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Header/ExtractionErrorHeader-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/OperationOutcome/Outcome-Example1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/OperationOutcome/Outcome-Example1> )
  ] ) . # 

<http://www.example.org/fhir/Header/ExtractionErrorHeader-Example1> a fhir:MessageHeader ;
  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\"><a name=\"MessageHeader_ExtractionErrorHeader-Example1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader ExtractionErrorHeader-Example1</b></p><a name=\"ExtractionErrorHeader-Example1\"> </a><a name=\"hcExtractionErrorHeader-Example1\"> </a><a name=\"ExtractionErrorHeader-Example1-en-US\"> </a><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=\"Bundle-ExtractionErrorMessage-Example1.html#http-//www.example.org/fhir/OperationOutcome/Outcome-Example1\">Bundle: type = message; timestamp = 2021-05-20 00:00:00+0000</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-AcknowledgementMessage-Example1.html#http-//www.example.org/fhir/Parameters/Parameters-Example1\">Bundle: type = message; timestamp = 2021-05-20 00:00:00+0000</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:link <http://www.example.org/fhir/OperationOutcome/Outcome-Example1> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/OperationOutcome/Outcome-Example1" ]     ]
  ] ; # 
  fhir:focus ( [
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 "event_year" ] ;
fhir:value [ fhir:v "2018"^^xsd:nonNegativeInteger ]
  ] [
fhir:name [ fhir:v "state_auxiliary_id" ] ;
fhir:value [ fhir:v "abcdef10" ]
  ] [
fhir:name [ fhir:v "payload_version_id" ] ;
fhir:value [ fhir:v "VRDRSTU2.2" ]
  ] ) . # 

<http://www.example.org/fhir/OperationOutcome/Outcome-Example1> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "Outcome-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-Outcome"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-Outcome>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_Outcome-Example1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome Outcome-Example1</b></p><a name=\"Outcome-Example1\"> </a><a name=\"hcOutcome-Example1\"> </a><a name=\"Outcome-Example1-en-US\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Structural Issue</td><td>Expected 1 or more Cause of Death Condition resources, received 0.</td></tr></table></div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "structure" ] ;
fhir:diagnostics [ fhir:v "Expected 1 or more Cause of Death Condition resources, received 0." ]
  ] ) . #