FHIR IG analytics
| Package | fhir.sisrme |
| Resource Type | ValueSet |
| Id | ValueSet-sisrme-contact-relationship-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/ValueSet-sisrme-contact-relationship-vs.html |
| URL | http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-contact-relationship-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMEContactRelationshipVS |
| Title | SIS-RME Emergency Contact Relationship |
| Realm | us |
| Authority | hl7 |
| Description | Value set for MOZ.Registration.DE.51-67, reusing HL7 v3 RoleCode family-member concepts where a single matching concept exists, and local codes for options that combine two v3 RoleCode concepts (e.g. Uncle/Aunt) or that have no v3 RoleCode equivalent. |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-RoleCode version 📦4.0.0| 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). |
| GRMTH | grandmother | The player of the role is the mother of the scoping person's mother or father. |
| CHILD | child | The player of the role is a child of the scoping entity. |
| SIB | sibling | The player of the role shares one or both parents in common with the scoping entity. |
| GRNDCHILD | grandchild | The player of the role is a child of the scoping person's son or daughter. |
| SPS | spouse | The player of the role is a marriage partner of the scoping person. |
| COUSN | cousin | The player of the role is a relative of the scoping person descended from a common ancestor, such as a grandparent, by two or more steps in a diverging line. |
| SIBINLAW | sibling in-law | The player of the role is: (1) a sibling of the scoping person's spouse, or (2) the spouse of the scoping person's sibling, or (3) the spouse of a sibling of the scoping person's spouse. |
| SONINLAW | son in-law | The player of the role is the husband of scoping person's daughter. |
| PRNINLAW | parent in-law | The player of the role is the parent of scoping person's husband or wife. |
| DAUINLAW | daughter in-law | The player of the role is the wife of scoping person's son. |
- Include all codes defined in
http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-contact-relationship version 📦0.1.0
Source1
{
"resourceType": "ValueSet",
"id": "sisrme-contact-relationship-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-contact-relationship-vs",
"version": "0.1.0",
"name": "SISRMEContactRelationshipVS",
"title": "SIS-RME Emergency Contact Relationship",
"status": "draft",
"experimental": true,
"date": "2026-09-21T07:37:12+00:00",
"publisher": "intellisoftkenya",
"contact": [
{
"name": "intellisoftkenya",
"telecom": [
{
"system": "url",
"value": "http://example.org/TODO-intellisoftkenya-website"
}
]
}
],
"description": "Value set for MOZ.Registration.DE.51-67, reusing HL7 v3 RoleCode family-member concepts where a single matching concept exists, and local codes for options that combine two v3 RoleCode concepts (e.g. Uncle/Aunt) or that have no v3 RoleCode equivalent.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "MZ",
"display": "Mozambique"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
},
{
"code": "GRMTH",
"display": "grandmother"
},
{
"code": "CHILD",
"display": "child"
},
{
"code": "SIB",
"display": "sibling"
},
{
"code": "GRNDCHILD",
"display": "grandchild"
},
{
"code": "SPS",
"display": "spouse"
},
{
"code": "COUSN",
"display": "cousin"
},
{
"code": "SIBINLAW",
"display": "sibling in-law"
},
{
"code": "SONINLAW",
"display": "son in-law"
},
{
"code": "PRNINLAW",
"display": "parent in-law"
},
{
"code": "DAUINLAW",
"display": "daughter in-law"
}
]
},
{
"system": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-contact-relationship"
}
]
}
}