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

FHIR IG analytics

Packagede.gematik.schuleingangsuntersuchung
Resource TypeValueSet
IdValueSet-ja-nein-warteliste.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.schuleingangsuntersuchung@1.0.0-ballot&canonical=https://www.oegd.de/fhir/seu/ValueSet/ja-nein-warteliste
URLhttps://www.oegd.de/fhir/seu/ValueSet/ja-nein-warteliste
Statusdraft
NameJaNeinWartelisteVS
TitleJaNeinWartelisteVS
DescriptionJaNeinWartelisteVS

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG
v2-0532expandedYes-NoIndicator

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "JaNeinWartelisteVS",
  "id": "ja-nein-warteliste",
  "title": "JaNeinWartelisteVS",
  "description": "JaNeinWartelisteVS",
  "url": "https://www.oegd.de/fhir/seu/ValueSet/ja-nein-warteliste",
  "expansion": {
    "timestamp": "2024-06-26T15:47:43+00:00",
    "contains": [
      {
        "system": "http://snomed.info/sct",
        "code": "270459005",
        "display": "Warteliste"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "Y",
        "display": "Ja"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "N",
        "display": "Nein"
      }
    ]
  },
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "270459005",
            "display": "Warteliste"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "concept": [
          {
            "code": "Y",
            "display": "Ja"
          },
          {
            "code": "N",
            "display": "Nein"
          }
        ]
      }
    ]
  }
}