Vital Records Death Reporting (VRDR) FHIR Implementation Guide
2.0.0 - STU 2 US

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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"
          }
        ]
      }
    }
  ]
}