PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.no.basis@2.1.1
    http://hl7.no/fhir/StructureDefinition/no-basis-Person
{
  "description": "Basisprofil for Norwegian Person 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\\nThe no-basis-Person resource main use-case is with regards to information describing persons that are living in Norway. The information is typically available from the Norwegian \\\"folkeregister\\\" and contains information describing all Norweigan citizens and individuals working and living in Norway.",
  "_filename": "no-basis-Person.StructureDefinition-profile.json",
  "package_name": "hl7.fhir.no.basis",
  "date": "2019-05-20",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NoBasisPerson",
  "abstract": false,
  "type": "Person",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "no-basis-Person",
  "package_version": "2.1.1",
  "status": "active",
  "id": "e4c42495-6a64-4b9b-a67b-6ced42c94d42",
  "kind": "resource",
  "url": "http://hl7.no/fhir/StructureDefinition/no-basis-Person",
  "version": "2.0.8",
  "differential": {
    "element": [ {
      "id": "Person.identifier",
      "path": "Person.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "An identifier for this person. Should be at Fødselsnummer or D-nummer\r\n\r\nIdentifier for a person within a particular scope."
    }, {
      "id": "Person.identifier:FNR",
      "path": "Person.identifier",
      "alias": [ "fødselsnummer" ],
      "short": "Norwegian FNR",
      "sliceName": "FNR",
      "definition": "Fødselsnummer for the patient. Fødselsnummer as one of the possible patient identifier, should at least be sent unless there is a reason not to. Reasons for not sending the Fødselsnummer include but are not limited to, research and apps without a contract for processing data.\r\n\r\nMultiple FNR can exist for a person. If several FNR is provided the time period that each identifier is valid should be provided. No information about period is required when only one FNR is provided."
    }, {
      "id": "Person.identifier:FNR.system",
      "min": 1,
      "path": "Person.identifier.system",
      "short": "Identification of the Norwegian FNR",
      "fixedUri": "urn:oid:2.16.578.1.12.4.1.4.1",
      "definition": "Identifies that this is a Norwegian Fødselsnummer"
    }, {
      "id": "Person.identifier:FNR.value",
      "min": 1,
      "path": "Person.identifier.value",
      "alias": [ "fødselsnummer" ],
      "example": [ {
        "label": "Fødselsnummer",
        "valueString": "15076500565"
      } ],
      "definition": "The Norwegian Fødselsnummer"
    }, {
      "id": "Person.identifier:DNR",
      "path": "Person.identifier",
      "alias": [ "D-nummer" ],
      "short": "The D-nummer of the patient",
      "sliceName": "DNR",
      "definition": "The D-nummer of the patient. (assigned by the norwegian Skatteetaten)"
    }, {
      "id": "Person.identifier:DNR.system",
      "min": 1,
      "path": "Person.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": "Person.identifier:DNR.value",
      "min": 1,
      "path": "Person.identifier.value",
      "example": [ {
        "label": "D-nummer",
        "valueString": "700199 50032"
      } ],
      "definition": "The actual Norwegian D-nummer"
    }, {
      "id": "Person.name",
      "path": "Person.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-HumanName" ]
      } ]
    }, {
      "id": "Person.address",
      "path": "Person.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"
    }, {
      "id": "Person.managingOrganization",
      "path": "Person.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.no/fhir/StructureDefinition/no-basis-Organization" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person"
}