{
  "resourceType": "StructureDefinition",
  "id": "HdBe-NameInformation.GivenName",
  "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation.GivenName",
  "name": "HdBeNameInformationGivenName",
  "title": "HdBe NameInformation.GivenName",
  "status": "draft",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The name normally used to address the person.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "zib-nameinformation-v1.1-2020EN",
      "uri": "https://zibs.nl/wiki/NameInformation-v1.1(2020EN)",
      "name": "zib NameInformation-v1.1(2020EN)"
    },
    {
      "identity": "HdBe-NameInformation",
      "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-NameInformation",
      "name": "HdBe logical model NameInformation"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "definition": "This slice represents the name information normally used to address the person.",
        "comment": "This `.name` element represents the Belgian given name (\"roepnaam\") according to the CBB NameInformation.\r\n\r\n**Note 1**: This element should only contain a person's _unofficial_ name. The official names are represented in one or more other `.name` elements with `.name.use` = _official_.\r\n\r\n**Note 2**: The examples illustrate how the CBB is mapped to FHIR."
      },
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "min": 1,
        "fixedCode": "usual"
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "max": "0"
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "short": "GivenName",
        "definition": "The name normally used to address the person.",
        "alias": [
          "Roepnaam"
        ],
        "min": 1,
        "mapping": [
          {
            "identity": "zib-nameinformation-v1.1-2020EN",
            "map": "NL-CM:20.4.6",
            "comment": "GivenName"
          },
          {
            "identity": "HdBe-NameInformation",
            "map": "NameInformation.GivenName"
          }
        ]
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "0"
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "0"
      }
    ]
  }
}