US Veterans Health Administration FHIR Map Set Implementation Guide
1.3.1 - 250401 United States of America flag

Publication Build: This will be filled in by the publication tooling

: documentReferencedocStatus FHIR - JSON Representation

Active as of 2025-03-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "documentReferencedocStatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet documentReferencedocStatus</b></p><a name=\"documentReferencedocStatus\"> </a><a name=\"hcdocumentReferencedocStatus\"> </a><a name=\"documentReferencedocStatus-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html\"><code>http://hl7.org/fhir/composition-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-preliminary\">preliminary</a></td><td style=\"color: #cccccc\">Preliminary</td><td>This is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-amended\">amended</a></td><td style=\"color: #cccccc\">Amended</td><td>The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as &quot;final&quot; and the composition is complete and verified by an authorized person.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-final\">final</a></td><td style=\"color: #cccccc\">Final</td><td>This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html#composition-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.</td></tr></table></li></ul></div>"
  },
  "url" : "http://va.gov/fhir/ValueSet/documentReferencedocStatus",
  "version" : "1.3.1",
  "name" : "DocumentReferencedocStatus",
  "title" : "documentReferencedocStatus FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-03-31T14:29:33+00:00",
  "publisher" : "VA",
  "contact" : [
    {
      "name" : "VA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.va.gov"
        }
      ]
    }
  ],
  "description" : "FHIR Target ValueSet for Terminology Maps [VF_documentReferencedocStatus](ConceptMap-VF-documentReferencedocStatus.html)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/composition-status",
        "concept" : [
          {
            "code" : "preliminary"
          },
          {
            "code" : "amended"
          },
          {
            "code" : "final"
          },
          {
            "code" : "entered-in-error"
          }
        ]
      }
    ]
  }
}