FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-ext-administrative-parent-name.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name
URLhttp://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name
Version0.12.1
Statusdraft
NameAdminParentName
TitleExt: Administrative Parent Name
Authoritynational
DescriptionExtension: 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'
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile
il.core.fhir.r4.2023#0.1.0il-core-related-personILCore RelatedPerson Profile

Resources that this resource uses

ValueSet
il.core.fhir.r4.2023#0.1.0il-core-parent-name-roleThe role of the parent (father/mother) whose name is recorded

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-administrative-parent-name",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name",
  "version": "0.12.1",
  "name": "AdminParentName",
  "title": "Ext: Administrative Parent Name",
  "status": "draft",
  "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'",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    },
    {
      "type": "element",
      "expression": "Practitioner"
    },
    {
      "type": "element",
      "expression": "RelatedPerson"
    },
    {
      "type": "element",
      "expression": "Person"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "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",
        "path": "Extension.extension",
        "min": 1
      },
      {
        "id": "Extension.extension:given",
        "path": "Extension.extension",
        "sliceName": "given",
        "short": "first/given name of parent",
        "definition": "when recording a parent’s name as part of a person’s record, only the given name is used",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:given.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:given.url",
        "path": "Extension.extension.url",
        "fixedUri": "given"
      },
      {
        "id": "Extension.extension:given.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "valueString": "James",
            "label": "Valid Example"
          }
        ]
      },
      {
        "id": "Extension.extension:role",
        "path": "Extension.extension",
        "sliceName": "role",
        "short": "role of parent",
        "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.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:role.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:role.url",
        "path": "Extension.extension.url",
        "fixedUri": "role"
      },
      {
        "id": "Extension.extension:role.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "example": [
          {
            "valueCode": "MTH",
            "label": "Valid Example"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-parent-name-role"
        }
      },
      {
        "id": "Extension.extension:official",
        "path": "Extension.extension",
        "sliceName": "official",
        "short": "this parent name is the official one",
        "definition": "A parent’s name marked as ‘official’ is the one expected to match the person’s father name in governmental records.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:official.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:official.url",
        "path": "Extension.extension.url",
        "fixedUri": "official"
      },
      {
        "id": "Extension.extension:official.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ],
        "example": [
          {
            "valueBoolean": true,
            "label": "Valid Example"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}