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

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

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-practitioner
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
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Practitioner
TitleNFDI4Health PR MDS Practitioner
DescriptionProfile to collect information about persons having roles.
TypePractitioner
Kindresource

Resources that use this resource

CapabilityStatement
nfdi4health-cps-mds-capability-statementNfdi4Health CPS MDS Capability Statment
StructureDefinition
nfdi4health-pr-mds-practitioner-roleNFDI4Health PR MDS Practitioner Role
nfdi4health-pr-mds-provenanceNFDI4Health PR MDS Provenance

Resources that this resource uses

ValueSet
nfdi4health-vs-mds-role-name-identifier-scheme-localNFDI4Health VS MDS Role Name Identifier Scheme [local]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-practitioner",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Practitioner",
  "title": "NFDI4Health PR MDS Practitioner",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Profile to collect information about 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": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "short": "Details about the contributing person(s)",
        "definition": "Group of items providing information about person(s) contributing to the [RESOURCE].",
        "comment": "Additional information: Group of items applicable only when providing person names.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal"
          }
        ]
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "short": "Digital identifiers",
        "definition": "Group of items providing information about digital identifiers of the person.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.identifiers"
          }
        ]
      },
      {
        "id": "Practitioner.identifier.type",
        "path": "Practitioner.identifier.type",
        "short": "Scheme",
        "definition": "Type of the identifier scheme.",
        "min": 1,
        "example": [
          {
            "label": "Example of identifier scheme",
            "valueCodeableConcept": {
              "text": "ORCID"
            }
          }
        ],
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.identifiers.scheme"
          }
        ]
      },
      {
        "id": "Practitioner.identifier.type.coding",
        "path": "Practitioner.identifier.type.coding",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-role-name-identifier-scheme-local",
          "description": "Value set defining codes to specify the identifier scheme of a personal identifier."
        }
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "short": "Identifier",
        "definition": "Digital identifier according to a specific scheme that uniquely identifies the person.",
        "comment": "Short input help: Preferably, provide an ORCID (https://orcid.org/).",
        "min": 1,
        "example": [
          {
            "label": "Example of ORCID",
            "valueString": "0000-0003-1379-7023"
          }
        ],
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.identifiers.identifier"
          }
        ]
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "short": "Family name",
        "definition": "Family name(s) of the person",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.familyName"
          }
        ]
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "short": "Given name",
        "definition": "Given name of the person.",
        "min": 1,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.contributors.personal.givenName"
          }
        ]
      }
    ]
  }
}