FHIR IG Statistics: ValueSet/il-core-parent-name-role
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "active",
"name": "ILCoreParentNameRole",
"id": "il-core-parent-name-role",
"title": "The role of the parent (father/mother) whose name is recorded",
"description": "This set of codes is used to mark a parent name as a father or mother’s name. Should only be used by systems that explicitly differentiate between the two.",
"url": "http://fhir.health.gov.il/ValueSet/il-core-parent-name-role",
"language": "en-US",
"version": "0.17.0",
"publisher": "Israel Core Team",
"date": "2025-03-27",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "tal.primak@moh.gov.il"
}
]
}
],
"experimental": false,
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
}
]
}
]
}
}