Vital Records FHIR Messaging (VRFM) IG
1.0.1 - release

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

: UpdateMessage-Example1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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

<http://www.example.org/fhir/Header/UpdateHeader-Example1> a fhir:MessageHeader ;
  fhir:id [ fhir:v "UpdateHeader-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-UpdateHeader"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-UpdateHeader>     ] )
  ] ; # 
  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=\"UpdateHeader-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 &quot;UpdateHeader-Example1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VRM-UpdateHeader.html\">Death Message Update Header</a></p></div><p><b>event</b>: <a href=\"http://nchs.cdc.gov/vrdr_submission_update\">http://nchs.cdc.gov/vrdr_submission_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/vrdr_submission\">http://nchs.cdc.gov/vrdr_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_DeathCertificateDocument-Example1\">See above (http://www.example.org/fhir/Bundle/DeathCertificateDocument-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_submission_update"^^xsd:anyURI] ; # 
  fhir:destination ( [
fhir:endpoint [ fhir:v "http://nchs.cdc.gov/vrdr_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/DeathCertificateDocument-Example1> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Bundle/DeathCertificateDocument-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/DeathCertificateDocument-Example1> a fhir:Bundle ;
  fhir:id [ fhir:v "DeathCertificateDocument-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate-document"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate-document>     ] )
  ] ; # 
  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 "document"] ; # 
  fhir:timestamp [ fhir:v "2020-10-20T14:48:35.401641-04:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/DeathCertificate-Example1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Composition/DeathCertificate-Example1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/Decedent-Example1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Patient/Decedent-Example1> )
  ] ) . # 

<http://www.example.org/fhir/Composition/DeathCertificate-Example1> a fhir:Composition ;
  fhir:id [ fhir:v "DeathCertificate-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/FilingFormat"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-filing-format-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "electronic" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/ReplaceStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-replace-status-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "original" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/StateSpecificField"^^xsd:anyURI ] ;
fhir:value [ fhir:v "State Specific Content" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:64297-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64297-5" ] ;
fhir:display [ fhir:v "Death certificate" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Decedent-Example1" ]
  ] ; # 
  fhir:date [ fhir:v "2020-11-15T16:39:54-05:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:type [ fhir:v "Author"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Display" ]
  ] ) ; # 
  fhir:title [ fhir:v "Death Certificate"] ; # 
  fhir:attester ( [
fhir:mode [ fhir:v "legal" ] ;
fhir:time [ fhir:v "2020-11-14T16:39:40-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:event ( [
    ( fhir:code [
      ( fhir:coding [
a sct:103693007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103693007" ]       ] )     ] ) ;
    ( fhir:detail [
fhir:type [ fhir:v "Procedure"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Procedure" ]     ] )
  ] ) ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDemographics" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Patient/Decedent-Example1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathInvestigation" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Empty</div>"     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathCertification" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Empty</div>"     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDisposition" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Empty</div>"     ]
  ] ) . # 

<http://www.example.org/fhir/Patient/Decedent-Example1> a fhir:Patient ;
  fhir:id [ fhir:v "Decedent-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Roanoke" ] ;
fhir:state [ fhir:v "VA" ] ;
fhir:country [ fhir:v "US" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ] ;
fhir:display [ fhir:v "Social Beneficiary Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654321" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Patel" ] ;
    ( fhir:given [ fhir:v "Madelyn" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Day"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10"^^xsd:nonNegativeInteger ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Year"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2004"^^xsd:nonNegativeInteger ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Month"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11"^^xsd:nonNegativeInteger ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDate"^^xsd:anyURI ]     ] )
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/WithinCityLimitsIndicator"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/StreetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Lockwood" ]     ] ) ;
    ( fhir:line [ fhir:v "5590 Lockwood Drive" ] ) ;
fhir:city [
fhir:v "Danville" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/CityCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234"^^xsd:positiveInteger ]       ] )     ] ;
fhir:district [
fhir:v "Fairfax" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/DistrictCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "321"^^xsd:positiveInteger ]       ] )     ] ;
fhir:state [ fhir:v "VA" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/BypassEditFlag"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-bypass-edit-flag-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Edit Passed" ]         ] )       ]     ] ) ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Never Married" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ]       ] ) ;
fhir:text [ fhir:v "Friend of family" ]     ] ) ;
fhir:name [
fhir:text [ fhir:v "Joe Smith" ]     ]
  ] ) . #