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

FHIR IG Statistics: StructureDefinition/nfdi4health-pr-mds-centers

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-centers
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-centers
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-centers
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Centers
TitleNFDI4Health PR MDS Centers
DescriptionProfile intended to capture information on the number of centers invovled in a study.
TypeLocation
Kindresource

Resources that use this resource

CapabilityStatement
nfdi4health-cps-mds-capability-statementNfdi4Health CPS MDS Capability Statment
StructureDefinition
nfdi4health-pr-mds-studyNFDI4Health PR MDS Study

Resources that this resource uses

ValueSet
nfdi4health-vs-mds-study-centers-snomedct-localNFDI4Health VS MDS Study Centers [SNOMED CT, local]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-centers",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-centers",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Centers",
  "title": "NFDI4Health PR MDS Centers",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Profile intended to capture information on the number of centers invovled in a study.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "NFDI4Health",
      "name": "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "constraint": [
          {
            "key": "centers-a",
            "severity": "error",
            "human": "Cardinality: 0..1, if Design.centers == '255206009'",
            "expression": "type.where(code = '255206009').exists() implies description.exists()",
            "source": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-centers"
          },
          {
            "key": "centers-b",
            "severity": "error",
            "human": "Cardinality: 0..0, if Design.centers != '255206009'",
            "expression": "type.where(code = '084').exists() implies description.exists().not()",
            "source": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-centers"
          }
        ]
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "short": "Number of centers",
        "definition": "Number of study centers involved in data collection.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.centersNumber"
          }
        ]
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "short": "Mono- or multicentric?",
        "definition": "Specification whether the data are collected at only one or at more than one study center.\t",
        "comment": "0..1, if Resource.classification.type == ('C63536' OR 'C198230'); otherwise 0..0",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-centers-snomedct-local"
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.centers"
          }
        ]
      }
    ]
  }
}