Vital Records Death Reporting (VRDR) FHIR Implementation Guide
3.0.0-cibuild - ci-build United States of America flag

Vital Records Death Reporting (VRDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vrdr/ and changes regularly. See the Directory of published versions

: CodingStatusValues-Example1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "CodingStatusValues-Example1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-coding-status-values"
    ]
  },
  "parameter" : [
    {
      "name" : "shipmentNumber",
      "valueString" : "A2B2"
    },
    {
      "name" : "receiptDate",
      "valueDate" : "2021-12-12"
    },
    {
      "name" : "coderStatus",
      "valueInteger" : 5
    },
    {
      "name" : "intentionalReject",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-intentional-reject-cs",
            "code" : "1",
            "display" : "Reject1"
          }
        ]
      }
    },
    {
      "name" : "acmeSystemReject",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-system-reject-cs",
            "code" : "0",
            "display" : "Not Rejected"
          }
        ]
      }
    },
    {
      "name" : "transaxConversion",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-transax-conversion-cs",
            "code" : "3",
            "display" : "Conversion using non-ambivalent table entries"
          }
        ]
      }
    }
  ]
}