Vital Records FHIR Messaging (VRFM) IG
2.0.0-Preview3 - 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-Preview3 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

: Parameters-Example1 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="Parameters-Example1"/>
  <meta>
    <profile
             value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters"/>
  </meta>
  <parameter>
    <name value="jurisdiction_id"/>
    <valueString value="NY"/>
  </parameter>
  <parameter>
    <name value="cert_no"/>
    <valueUnsignedInt value="123456"/>
  </parameter>
  <parameter>
    <name value="event_year"/>
    <valueUnsignedInt value="2018"/>
  </parameter>
  <parameter>
    <name value="state_auxiliary_id"/>
    <valueString value="abcdef10"/>
  </parameter>
  <parameter>
    <name value="payload_version_id"/>
    <valueString value="VRDRSTU2.2"/>
  </parameter>
</Parameters>