Vital Records Common Profiles Library
1.1.0 - STU 1.1 United States of America flag

This page is part of the Vital Records Common Profile Library (v1.1.0: STU 1) 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

: Parameters - Coding Status Values - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "parameters-coding-status-values-example-common",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2023-06-21T02:15:53.223Z",
    "profile" : [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Parameters-coding-status-values-vr"
    ]
  },
  "parameter" : [
    {
      "name" : "shipmentNumber",
      "valueString" : "A2B2"
    },
    {
      "name" : "receiptDate",
      "_valueDate" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-vr",
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-date-year-vr",
                "valueUnsignedInt" : 2021
              },
              {
                "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-date-month-vr",
                "valueUnsignedInt" : 12
              },
              {
                "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-date-day-vr",
                "valueUnsignedInt" : 12
              }
            ]
          }
        ]
      }
    },
    {
      "name" : "coderStatus",
      "valueInteger" : 5
    },
    {
      "name" : "intentionalReject",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-intentional-reject-vr",
            "code" : "1",
            "display" : "Reject1"
          }
        ]
      }
    },
    {
      "name" : "acmeSystemReject",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-system-reject-vr",
            "code" : "0",
            "display" : "Not Rejected"
          }
        ]
      }
    },
    {
      "name" : "transaxConversion",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-transax-conversion-vr",
            "code" : "3",
            "display" : "Conversion using non-ambivalent table entries"
          }
        ]
      }
    }
  ]
}