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

FHIR IG Statistics: ValueSet/nfdi4health-vs-mds-study-status-halted-stage-local

Packagede.nfdi4health.mds
Resource TypeValueSet
Idnfdi4health-vs-mds-study-status-halted-stage-local
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-status-halted-stage-local
URLhttps://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-status-halted-stage-local
Version0.9
Statusdraft
NameNFDI4Health_VS_MDS_Study_Status_Halted_Stage_Local
TitleNFDI4Health VS MDS Study Status Halted Stage [Local]
DescriptionValue set defining codes to specify the status of a study when it was halted.

Resources that use this resource

StructureDefinition
nfdi4health-lm-mds-designNFDI4Health Module Design
nfdi4health-pr-mds-studyNFDI4Health PR MDS Study

Resources that this resource uses

CodeSystem
nfdi4health-cs-mds-study-statusNFDI4Health CS MDS Study Status

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NFDI4Health_VS_MDS_Study_Status_Halted_Stage_Local",
  "id": "nfdi4health-vs-mds-study-status-halted-stage-local",
  "title": "NFDI4Health VS MDS Study Status Halted Stage [Local]",
  "description": "Value set defining codes to specify the status of a study when it was halted.",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-status-halted-stage-local",
  "version": "0.9",
  "experimental": true,
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.nfdi4health.de/fhir/metadataschema/CodeSystem/nfdi4health-cs-mds-study-status",
        "concept": [
          {
            "code": "01",
            "display": "At the planning stage"
          },
          {
            "code": "02",
            "display": "Ongoing (I): Recruitment ongoing, but data collection not yet started"
          },
          {
            "code": "03",
            "display": "Ongoing (II): Recruitment and data collection ongoing"
          },
          {
            "code": "04",
            "display": "Ongoing (III): Recruitment completed, but data collection ongoing"
          },
          {
            "code": "05",
            "display": "Ongoing (IV): Recruitment and data collection completed, but data quality management ongoing"
          }
        ]
      }
    ]
  }
}