FHIR IG analytics
| Package | il.core.fhir.r4.2023 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-ext-administrative-parent-name.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name |
| URL | http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name |
| Version | 0.12.1 |
| Status | draft |
| Name | AdminParentName |
| Title | Ext: Administrative Parent Name |
| Authority | national |
| 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' |
| Type | Extension |
| Kind | complex-type |
Resources that use this resource
Resources that this resource uses
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"
}
]
}
}