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