FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/nfdi4health-vs-mds-yes-no-not-applicable-snomedct

Packagede.nfdi4health.mds
Resource TypeValueSet
Idnfdi4health-vs-mds-yes-no-not-applicable-snomedct
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-yes-no-not-applicable-snomedct
URLhttps://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-yes-no-not-applicable-snomedct
Version0.9
Statusdraft
NameNFDI4Health_VS_MDS_Yes_No_Not_Applicable_SNOMEDCT
TitleNFDI4Health VS MDS Yes, No, Not Applicable [SNOMED CT]
DescriptionValue set used to respond to questions that can be answered Yes, No, or Not Applicable.

Resources that use this resource

StructureDefinition
nfdi4health-ex-mds-study-admin-infoNFDI4Health EX MDS Study Administrative Information
nfdi4health-ex-mds-study-interventionalNFDI4Health EX MDS Study Interventional
nfdi4health-lm-mds-designNFDI4Health Module Design

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NFDI4Health_VS_MDS_Yes_No_Not_Applicable_SNOMEDCT",
  "id": "nfdi4health-vs-mds-yes-no-not-applicable-snomedct",
  "title": "NFDI4Health VS MDS Yes, No, Not Applicable [SNOMED CT]",
  "description": "Value set used to respond to questions that can be answered Yes, No, or Not Applicable.",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-yes-no-not-applicable-snomedct",
  "version": "0.9",
  "experimental": true,
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "373066001",
            "display": "Yes (qualifier value)"
          },
          {
            "code": "373067005",
            "display": "No (qualifier value)"
          },
          {
            "code": "385432009",
            "display": "Not applicable (qualifier value)"
          }
        ]
      }
    ]
  }
}