PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name
{
  "description": "Extension: The name of a person’s parent, recorded for administrative purposes as part of the person’s demographics (e.g to help with identification). This SHOULD NOT be confused with a parent whose details are recorded for contact purposes (Patient.contact) or as a family member (RelatedPerson). Most systems will use the “father’s name” field as the source of data for this extension. NOTE: This extension replaces the old ParentName extension and is the PREFFERED extension. Note: there SHOULD be only one parent marked as 'official'",
  "_filename": "StructureDefinition-ext-administrative-parent-name.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "AdminParentName",
  "abstract": false,
  "type": "Extension",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Ext: Administrative Parent Name",
  "package_version": "0.14.0",
  "status": "draft",
  "id": "301288ea-c395-4b59-a230-75e1d6a8e8e3",
  "kind": "complex-type",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name",
  "context": [ {
    "type": "element",
    "expression": "Patient"
  }, {
    "type": "element",
    "expression": "Practitioner"
  }, {
    "type": "element",
    "expression": "RelatedPerson"
  }, {
    "type": "element",
    "expression": "Person"
  } ],
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "Extension",
      "path": "Extension",
      "short": "Ext: Administrative Parent Name",
      "definition": "Extension: The name of a person’s parent, recorded for administrative purposes as part of the person’s demographics (e.g to help with identification). This SHOULD NOT be confused with a parent whose details are recorded for contact purposes (Patient.contact) or as a family member (RelatedPerson). Most systems will use the “father’s name” field as the source of data for this extension. NOTE: This extension replaces the old ParentName extension and is the PREFFERED extension. Note: there SHOULD be only one parent marked as 'official'"
    }, {
      "id": "Extension.extension",
      "min": 1,
      "path": "Extension.extension"
    }, {
      "id": "Extension.extension:given",
      "max": "1",
      "min": 1,
      "path": "Extension.extension",
      "short": "first/given name of parent",
      "sliceName": "given",
      "definition": "when recording a parent’s name as part of a person’s record, only the given name is used"
    }, {
      "id": "Extension.extension:given.extension",
      "max": "0",
      "path": "Extension.extension.extension"
    }, {
      "id": "Extension.extension:given.url",
      "path": "Extension.extension.url",
      "fixedUri": "given"
    }, {
      "id": "Extension.extension:given.value[x]",
      "min": 1,
      "path": "Extension.extension.value[x]",
      "type": [ {
        "code": "string"
      } ],
      "example": [ {
        "label": "Valid Example",
        "valueString": "James"
      } ]
    }, {
      "id": "Extension.extension:role",
      "max": "1",
      "min": 0,
      "path": "Extension.extension",
      "short": "role of parent",
      "sliceName": "role",
      "definition": "most systems define this field as “father’s name”, but it may actually contain the name of a mother. When the role is explicitly known, systems should populate this element."
    }, {
      "id": "Extension.extension:role.extension",
      "max": "0",
      "path": "Extension.extension.extension"
    }, {
      "id": "Extension.extension:role.url",
      "path": "Extension.extension.url",
      "fixedUri": "role"
    }, {
      "id": "Extension.extension:role.value[x]",
      "min": 1,
      "path": "Extension.extension.value[x]",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-parent-name-role"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCode": "MTH"
      } ]
    }, {
      "id": "Extension.extension:official",
      "max": "1",
      "min": 0,
      "path": "Extension.extension",
      "short": "this parent name is the official one",
      "sliceName": "official",
      "definition": "A parent’s name marked as ‘official’ is the one expected to match the person’s father name in governmental records."
    }, {
      "id": "Extension.extension:official.extension",
      "max": "0",
      "path": "Extension.extension.extension"
    }, {
      "id": "Extension.extension:official.url",
      "path": "Extension.extension.url",
      "fixedUri": "official"
    }, {
      "id": "Extension.extension:official.value[x]",
      "min": 1,
      "path": "Extension.extension.value[x]",
      "type": [ {
        "code": "boolean"
      } ],
      "example": [ {
        "label": "Valid Example",
        "valueBoolean": true
      } ]
    }, {
      "id": "Extension.url",
      "path": "Extension.url",
      "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
    }, {
      "id": "Extension.value[x]",
      "max": "0",
      "path": "Extension.value[x]"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}