FHIR IG Statistics: StructureDefinition/nfdi4health-pr-mds-centers
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}