IHE Germany - Value Sets for XDS
0.3.14 - draft  flag

IHE Germany - Value Sets for XDS, published by IHE Deutschland e.V., Berlin, Deutschland. This guide is not an authorized publication; it is the continuous build for version 0.3.14 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE-Germany/ITI.XDS.VS/ and changes regularly. See the Directory of published versions

: Verfügbarkeitsstatus von Dokumenten - JSON Representation

Page standards status: Draft Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "AvailabilityStatusCode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AvailabilityStatusCode</b></p><a name=\"AvailabilityStatusCode\"> </a><a name=\"hcAvailabilityStatusCode\"> </a><a name=\"AvailabilityStatusCode-de-DE\"> </a><p>This case-sensitive code system <code>http://www.ihe-d.de/fhir/CodeSystem/AvailabilityStatusCode</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Approved<a name=\"AvailabilityStatusCode-Approved\"> </a></td><td>The document is available for patient care.</td></tr><tr><td style=\"white-space:nowrap\">Deprecated<a name=\"AvailabilityStatusCode-Deprecated\"> </a></td><td>The document is obsolete.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://www.ihe-d.de/fhir/ImplementationGuide/ihe.de.iti.xds-vs"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"
          }
        ]
      }
    }
  ],
  "url" : "http://www.ihe-d.de/fhir/CodeSystem/AvailabilityStatusCode",
  "version" : "4.0.0-alpha1",
  "name" : "AvailabilityStatusCode",
  "title" : "Verfügbarkeitsstatus von Dokumenten",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-02-20",
  "publisher" : "IHE Deutschland e.V., Berlin, Deutschland",
  "contact" : [
    {
      "name" : "IHE Deutschland e.V., Berlin, Deutschland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ihe-d.de"
        },
        {
          "system" : "email",
          "value" : "info@ihe-d.de"
        }
      ]
    }
  ],
  "description" : "**Verfügbarkeitsstatus** von Dokumenten (ersetzen durch IHE UV)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "copyright" : "IHE Deutschland e.V.",
  "caseSensitive" : true,
  "valueSet" : "http://www.ihe-d.de/fhir/ValueSet/AvailabilityStatusCode",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "Approved",
      "display" : "The document is available for patient care."
    },
    {
      "code" : "Deprecated",
      "display" : "The document is obsolete."
    }
  ]
}