FHIR IG Statistics: ValueSet/relatedPersonRelationshiptype-vs
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-RoleCode
Code | Display | Definition |
FTH | father | The player of the role is a male who begets or raises or nurtures the scoping entity (child). |
MTH | mother | The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child). |
Source
{
"resourceType": "ValueSet",
"id": "relatedPersonRelationshiptype-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://nhin.example.ng/ValueSet/relatedPersonRelationshiptype-vs",
"version": "0.1.0",
"name": "RelatedPersonRelationshipTypeVS",
"title": "IMMZ.F.DE2 ValueSet for Client Relationship",
"status": "draft",
"experimental": false,
"date": "2025-08-07T15:03:16+00:00",
"publisher": "intellisoftkenya.com",
"contact": [
{
"name": "intellisoftkenya.com",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
},
{
"name": "IntelliSOFT Consulting Kenya.",
"telecom": [
{
"system": "email",
"value": "info@intellisoftkenya.com",
"use": "work"
}
]
}
],
"description": "ValueSet for client relationship for IMMZ.F.DE2",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
}
]
}
]
}
}