PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.no.basis@2.2.0
    http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner
{
  "description": "Basisprofil for Norwegian Practitioner information. Defined by The Norwegian Directorate of eHealth and HL7 Norway. Should be used as a basis for further profiling in use-cases where specific identity information is needed. The basis profile is open, but derived profiles should close down the information elements according to specification relevant to the use-case.\\r\\n\\r\\n2019-03 - The no-basis-Practitioner resource main use-case is to represent the actual Practitioner, e.g. a person. The resource can include information about how to identify the practitioner in addition to the practitioner's education, qualifications and speciality. The resource can also include approvals and other centrally registered capabilities recorded for the practitioner.",
  "_filename": "no-basis-Practitioner.structuredefinition-profile.json",
  "package_name": "hl7.fhir.no.basis",
  "date": "2019-05-20",
  "derivation": "constraint",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-06-06T06:11:16.19+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NoBasisPractitioner",
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "no-basis-Practitioner",
  "package_version": "2.2.0",
  "status": "active",
  "id": "fc1264c5-4c41-4d0f-a227-1780b5656888",
  "kind": "resource",
  "url": "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner",
  "version": "2.0.17",
  "differential": {
    "element": [ {
      "id": "Practitioner.identifier",
      "path": "Practitioner.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "An identifier that applies to this person in this role.\r\n\r\nIn Norway all registered health care personnel is registered in the Helsepersonellregister (HPR) and is assigned a HPR-number that is used to identify the health care practitioner. Health care personnel not registered in HPR can use FNR for identification."
    }, {
      "id": "Practitioner.identifier:HPR",
      "path": "Practitioner.identifier",
      "short": "HPR number",
      "sliceName": "HPR",
      "definition": "In Norway all registered health care personnel is registered in the Helsepersonellregister (HPR) and is assigned a HPR-number that is used to identify the health care practitioner. Health care personnel not registered in HPR can use FNR for identification.\r\n\r\nThe norwegian helsepersonellnummer for the practitioner. HPR as one of the possible practitioner identification numbers, should at least be sent unless there is a reason not to. Reasons for not sending the HPR number include but are not limited to, research and apps without a contract for processing data."
    }, {
      "id": "Practitioner.identifier:HPR.system",
      "min": 1,
      "path": "Practitioner.identifier.system",
      "short": "The identifier for HPR number",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.4.4",
      "definition": "The identifier for HPR number"
    }, {
      "id": "Practitioner.identifier:HPR.value",
      "min": 1,
      "path": "Practitioner.identifier.value",
      "short": "The acttual HPR-number",
      "definition": "The acttual HPR-number"
    }, {
      "id": "Practitioner.identifier:FNR",
      "path": "Practitioner.identifier",
      "short": "Norwegian FNR",
      "sliceName": "FNR",
      "definition": "Fødselsnummer for the practitioner. Fødselsnummer as one of the possible practitioner identification numbers. Reasons for not sending the Fødselsnummer include but are not limited to, research and apps without a contract for processing data."
    }, {
      "id": "Practitioner.identifier:FNR.system",
      "min": 1,
      "path": "Practitioner.identifier.system",
      "short": "The identification of FNR",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.4.1",
      "definition": "The identification of FNR"
    }, {
      "id": "Practitioner.identifier:FNR.value",
      "min": 1,
      "path": "Practitioner.identifier.value",
      "short": "The actual FNR"
    }, {
      "id": "Practitioner.identifier:DNR",
      "path": "Practitioner.identifier",
      "short": "The D-nummer of the practitioner",
      "sliceName": "DNR",
      "definition": "The D-nummer of the practitioner. (assigned by the norwegian Skatteetaten)"
    }, {
      "id": "Practitioner.identifier:DNR.system",
      "min": 1,
      "path": "Practitioner.identifier.system",
      "short": "The identification of the D-nummer",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.4.2",
      "definition": "The identification of the Norwegian D-nummer"
    }, {
      "id": "Practitioner.identifier:DNR.value",
      "min": 1,
      "path": "Practitioner.identifier.value",
      "short": "The actual D-nummer",
      "definition": "The actual Norwegian D-nummer"
    }, {
      "id": "Practitioner.name",
      "path": "Practitioner.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-HumanName" ]
      } ]
    }, {
      "id": "Practitioner.address",
      "path": "Practitioner.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-Address" ]
      } ],
      "short": "Norwegian address",
      "definition": "http://hl7.no/fhir/StructureDefinition/no-basis-Address\r\n\r\nAddress(es) of the practitioner that are not role specific (typically home address). \rWork addresses are not typically entered in this property as they are usually role dependent."
    }, {
      "id": "Practitioner.qualification",
      "path": "Practitioner.qualification",
      "definition": "Coded representation of the qualification of the health care practitioner. Usually contains healthPersonnellCategory according to Kategori helsepersonell (OID=9060) and approvalType according to Godkjenningstype HPR (OID=7704)"
    }, {
      "id": "Practitioner.qualification.code",
      "path": "Practitioner.qualification.code",
      "definition": "Coded representation of the qualification of the health care practitioner. Usually contains healthPersonnellCategory according to Kategori helsepersonell (OID=9060) and approvalType according to Godkjenningstype HPR (OID=7704)"
    }, {
      "id": "Practitioner.qualification.code.coding",
      "path": "Practitioner.qualification.code.coding",
      "short": "Coded representation of the qualification",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Coded representation of the qualification of the health care practitioner. Usually contains healthPersonnellCategory according to Kategori helsepersonell (OID=9060) and approvalType according to Godkjenningstype HPR (OID=7704)"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnellCategory",
      "path": "Practitioner.qualification.code.coding",
      "short": "The health care personnel category",
      "binding": {
        "strength": "preferred",
        "valueSet": "urn:oid:2.16.578.1.12.4.1.1.9060"
      },
      "sliceName": "healthPersonnellCategory",
      "definition": "Category of health care personnel authorization according to Helsepersonnelloven §48"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnellCategory.system",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.system",
      "short": "Identification of the CodeSystem 9060 on Volven",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.9060",
      "definition": "Identification of the CodeSystem Kategori helsepersonell (OID=9060) used to describe the category of authorized health care personnel"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnellCategory.code",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.code"
    }, {
      "id": "Practitioner.qualification.code.coding:approvalType",
      "path": "Practitioner.qualification.code.coding",
      "short": "The approval type of the practitioner",
      "binding": {
        "strength": "preferred",
        "valueSet": "urn:oid:2.16.578.1.12.4.1.1.7704"
      },
      "sliceName": "approvalType",
      "definition": "The approval type of the practitioner (if applicable) according to the CodeSystem Godkjenningstype HPR (OID=7704)"
    }, {
      "id": "Practitioner.qualification.code.coding:approvalType.system",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.system",
      "short": "Identification of the CodeSystem 7704 on Volven",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.7704",
      "definition": "Identification of the CodeSystem Godkjenningstype HPR (OID=7704) used to describe type of autohorization registered in HPR."
    }, {
      "id": "Practitioner.qualification.code.coding:approvalType.code",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.code"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnelSpecialization",
      "path": "Practitioner.qualification.code.coding",
      "short": "Godkjent spesialitet for helsepersonell registrert i HPR.",
      "binding": {
        "strength": "preferred",
        "valueSet": "urn:oid:2.16.578.1.12.4.1.1.7426"
      },
      "sliceName": "healthPersonnelSpecialization",
      "definition": "Godkjent spesialitet for helsepersonell registrert i HPR. Helsepersonellregisterets (HPR) klassifikasjon av spesialiteter (OID=7426)"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnelSpecialization.system",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.system",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.7426"
    }, {
      "id": "Practitioner.qualification.code.coding:healthPersonnelSpecialization.code",
      "min": 1,
      "path": "Practitioner.qualification.code.coding.code"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}