FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/verificationresult-status (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemStatus

{
  "resourceType" : "CodeSystem",
  "id" : "verificationresult-status",
  "meta" : {
    "lastUpdated" : "2024-03-29T13:47:28.486+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/verificationresult-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">attested<a name=\"verificationresult-status-attested\"> </a></td><td>Attested</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">validated<a name=\"verificationresult-status-validated\"> </a></td><td>Validated</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">in-process<a name=\"verificationresult-status-in-process\"> </a></td><td>In process</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">req-revalid<a name=\"verificationresult-status-req-revalid\"> </a></td><td>Requires revalidation</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">val-fail<a name=\"verificationresult-status-val-fail\"> </a></td><td>Validation failed</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">reval-fail<a name=\"verificationresult-status-reval-fail\"> </a></td><td>Re-Validation failed</td><td>***TODO***</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"verificationresult-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The VerificationResult record was created erroneously and is not appropriated for use.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/verificationresult-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2069"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "Status",
  "title" : "status",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-06-05T14:06:02+00:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The validation status of the target",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/status",
  "content" : "complete",
  "concept" : [{
    "code" : "attested",
    "display" : "Attested",
    "definition" : "***TODO***"
  },
  {
    "code" : "validated",
    "display" : "Validated",
    "definition" : "***TODO***"
  },
  {
    "code" : "in-process",
    "display" : "In process",
    "definition" : "***TODO***"
  },
  {
    "code" : "req-revalid",
    "display" : "Requires revalidation",
    "definition" : "***TODO***"
  },
  {
    "code" : "val-fail",
    "display" : "Validation failed",
    "definition" : "***TODO***"
  },
  {
    "code" : "reval-fail",
    "display" : "Re-Validation failed",
    "definition" : "***TODO***"
  },
  {
    "code" : "entered-in-error",
    "display" : "Entered in Error",
    "definition" : "The VerificationResult record was created erroneously and is not appropriated for use."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.