FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/il-core-parent-name-role

Packageil.core.fhir.r4
Resource TypeValueSet
Idil-core-parent-name-role
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.17.5&canonical=http://fhir.health.gov.il/ValueSet/il-core-parent-name-role
URLhttp://fhir.health.gov.il/ValueSet/il-core-parent-name-role
Version0.17.0
Statusactive
Date2025-03-27
NameILCoreParentNameRole
TitleThe role of the parent (father/mother) whose name is recorded
Realmil
Authoritynational
DescriptionThis 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.

Resources that use this resource

StructureDefinition
ext-administrative-parent-nameExt: Administrative Parent Name

Resources that this resource uses

CodeSystem
v3-RoleCodeRoleCode

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"
          }
        ]
      }
    ]
  }
}