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

FHIR IG Statistics: StructureDefinition/no-basis-HumanName

Packagetest.no.basis
Resource TypeStructureDefinition
Idno-basis-HumanName
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=test.no.basis@2.2.0-beta3&canonical=http://hl7.no/fhir/StructureDefinition/no-basis-HumanName
URLhttp://hl7.no/fhir/StructureDefinition/no-basis-HumanName
Version2.0.15
Statusactive
Date2019-05-20
NameNoBasisHumanName
Titleno-basis-HumanName
DescriptionBasisprofil for Norwegian HumanName. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The profile adds the concept of middlename and further explains of the use for the data-elements in a Norwegian context. The basis profile is open, but derived profiles should close down the information elements according to specification relevant to the use-case.
TypeHumanName
Kindcomplex-type

Resources that use this resource

StructureDefinition
gd-HumanNameGdHumanName
gd-parentalGdParental
no-basis-Patientno-basis-Patient
no-basis-Personno-basis-Person
no-basis-Practitionerno-basis-Practitioner
no-basis-RelatedPersonno-basis-RelatedPerson
gd-contact-lawyerGdContactLawyer
gd-contact-organizationGdContactOrganization
gd-contact-personGdContactPerson
gd-fake-identityGdFakeIdentity

Resources that this resource uses

StructureDefinition
no-basis-middlenameno-basis-middlename

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "no-basis-HumanName",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-06-13T12:22:47.269+00:00"
  },
  "url": "http://hl7.no/fhir/StructureDefinition/no-basis-HumanName",
  "version": "2.0.15",
  "name": "NoBasisHumanName",
  "title": "no-basis-HumanName",
  "status": "active",
  "date": "2019-05-20",
  "description": "Basisprofil for Norwegian HumanName. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The profile adds the concept of middlename and further explains of the use for the data-elements in a Norwegian context. The basis profile is open, but derived profiles should close down the information elements according to specification relevant to the use-case.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "short": "Norwegian human name",
        "definition": "Defines the format of norwegian human name according to norwegian legislation (lov om personnavn)."
      },
      {
        "id": "HumanName.extension",
        "path": "HumanName.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "HumanName.extension:middlename",
        "path": "HumanName.extension",
        "sliceName": "middlename",
        "short": "Defines a middle name",
        "definition": "Defines a middle name as a specific extension as this is widely used in Norwegian names. The middlename is defined in norwegian legislation (lov om personnavn).",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-middlename"
            ]
          }
        ]
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "definition": "Ref. \"lov om personnavn\" for further details about Norwegian HumanNames.\r\n\r\nThe part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.",
        "alias": [
          "etternavn"
        ]
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "short": "Given names (not always 'first')",
        "definition": "Given name. In Norway Given name does not include middlenames according to the regulation for norwegian names. Multiple given names are however legal. Ref. \"Lov om personnavn\" for further details about Norwegian HumanNames.",
        "alias": [
          "fornavn"
        ]
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "short": "Prefix is not used in Norwegian names",
        "definition": "This is not a part of official Norwegian names as defined in \"lov om personnavn\" regulation.\r\n\r\nPart of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.",
        "mustSupport": false
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "short": "Suffix is not used in Norwegian human names",
        "definition": "This is not a part of official Norwegian names as defined in \"lov om personnavn\" regulation.\r\n\r\nPart of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.",
        "mustSupport": false
      }
    ]
  }
}