FHIR IG analytics| Package | il.core.fhir.r4.2023 |
| Resource Type | ValueSet |
| Id | ValueSet-il-core-parent-name-role.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/ValueSet/il-core-parent-name-role |
| URL | http://fhir.health.gov.il/ValueSet/il-core-parent-name-role |
| Version | 0.12.1 |
| Status | draft |
| Name | ILCoreParentNameRole |
| Title | The role of the parent (father/mother) whose name is recorded |
| Realm | il |
| Authority | national |
| 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. |
| StructureDefinition | ||
| il.core.fhir.r4.2023#0.1.0 | ext-administrative-parent-name | Ext: Administrative Parent Name |
| CodeSystem | ||
| hl7.terminology#current | v3-RoleCode | RoleCode |
No narrative content found in resource
{
"resourceType": "ValueSet",
"status": "draft",
"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.12.1",
"experimental": false,
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
}
]
}
]
}
}