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

FHIR IG Statistics: StructureDefinition/nfdi4health-pr-mds-practitioner-role

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-practitioner-role
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner-role
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner-role
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Practitioner_Role
TitleNFDI4Health PR MDS Practitioner Role
DescriptionProfile to collect information about the contact information and affiliations of persons having roles.
TypePractitionerRole
Kindresource

Resources that use this resource

CapabilityStatement
nfdi4health-cps-mds-capability-statementNfdi4Health CPS MDS Capability Statment
StructureDefinition
nfdi4health-pr-mds-compositionNFDI4Health PR MDS Composition

Resources that this resource uses

StructureDefinition
nfdi4health-pr-mds-affiliationNFDI4Health PR MDS Affiliation
nfdi4health-pr-mds-practitionerNFDI4Health PR MDS Practitioner
ValueSet
nfdi4health-vs-mds-personal-roles-nci-localNFDI4Health VS MDS Personal Roles [NCI, local]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-practitioner-role",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner-role",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Practitioner_Role",
  "title": "NFDI4Health PR MDS Practitioner Role",
  "status": "draft",
  "contact": [
    {
      "name": "NFDI4Health",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Profile to collect information about the contact information and affiliations of persons having roles.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "NFDI4Health",
      "name": "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole",
        "path": "PractitionerRole",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal"
          }
        ]
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "short": "Organisation(s) associated with the contributor",
        "definition": "Group of items providing further information about the organisation(s) associated with the contributor.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-affiliation"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.affiliations"
          }
        ]
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "short": "Contributor type",
        "definition": "The type of role that a person fulfills as a contributor. For example, this could include being a principal investigator of the study or an author of the document.",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-personal-roles-nci-local"
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.type"
          }
        ]
      },
      {
        "id": "PractitionerRole.telecom",
        "path": "PractitionerRole.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "description": "Email and phone",
          "rules": "open"
        },
        "definition": "Email and phone of the  person, group of persons or institution/organisation."
      },
      {
        "id": "PractitionerRole.telecom:email",
        "path": "PractitionerRole.telecom",
        "sliceName": "email",
        "short": "Email address",
        "definition": "Email address of the person or group of persons",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.email"
          }
        ]
      },
      {
        "id": "PractitionerRole.telecom:email.system",
        "path": "PractitionerRole.telecom.system",
        "min": 1,
        "fixedCode": "email"
      },
      {
        "id": "PractitionerRole.telecom:email.value",
        "path": "PractitionerRole.telecom.value",
        "min": 1
      },
      {
        "id": "PractitionerRole.telecom:email.use",
        "path": "PractitionerRole.telecom.use",
        "patternCode": "work"
      },
      {
        "id": "PractitionerRole.telecom:phone",
        "path": "PractitionerRole.telecom",
        "sliceName": "phone",
        "short": "Phone number",
        "definition": "Phone number of the person or group of persons",
        "comment": "Short input help: Please, use the International ITU-T E.164-number structure for geographic areas, e.g. +49 (0)153 1112233.",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.phone"
          }
        ]
      },
      {
        "id": "PractitionerRole.telecom:phone.system",
        "path": "PractitionerRole.telecom.system",
        "min": 1,
        "fixedCode": "phone"
      },
      {
        "id": "PractitionerRole.telecom:phone.value",
        "path": "PractitionerRole.telecom.value",
        "min": 1,
        "example": [
          {
            "label": "Phone number",
            "valueString": "+49 (0)153 1112233"
          }
        ]
      },
      {
        "id": "PractitionerRole.telecom:phone.use",
        "path": "PractitionerRole.telecom.use",
        "patternCode": "work"
      }
    ]
  }
}