FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe-de.iti.xds-vs
Resource TypeCodeSystem
IdCodeSystem-AvailabilityStatusCode.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IHE-Germany/ITI.XDS.VS/CodeSystem-AvailabilityStatusCode.html
URLhttp://www.ihe-d.de/fhir/CodeSystem/AvailabilityStatusCode
Version4.0.0-alpha1
Statusactive
Date2025-12-15
NameAvailabilityStatusCodeCS
TitleVerfügbarkeitsstatus von Dokumenten
Realmde
Authorityihe
Description**Verfügbarkeitsstatus** von Dokumenten (ersetzen durch IHE UV)
CopyrightCC-BY-4.0
Contentcomplete

Resources that use this resource

ValueSet
AvailabilityStatusCodeAvailability Status
IHEXDSavailabilityStatusCodeIHE XDS Availability Status

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem AvailabilityStatusCode

Language: de-DE

This case-sensitive code system http://www.ihe-d.de/fhir/CodeSystem/AvailabilityStatusCode defines the following codes in a Is-A hierarchy:

CodeDisplay
Approved The document is available for patient care.
Deprecated The document is obsolete.

Source1

{
  "resourceType": "CodeSystem",
  "id": "AvailabilityStatusCode",
  "language": "de-DE",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://www.ihe-d.de/fhir/CodeSystem/AvailabilityStatusCode",
  "version": "4.0.0-alpha1",
  "name": "AvailabilityStatusCodeCS",
  "title": "Verfügbarkeitsstatus von Dokumenten",
  "status": "active",
  "experimental": false,
  "date": "2025-12-15",
  "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": "CC-BY-4.0",
  "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."
    }
  ]
}