{
"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.2023",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "AdminParentName",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "Extension",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Ext: Administrative Parent Name",
"package_version": "0.1.0",
"status": "draft",
"id": "746322bb-f981-4a38-a2d7-468560110544",
"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.12.1",
"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"
}