FHIR IG Statistics: ValueSet/ValueSet-role-vr
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": "ValueSet-role-vr",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pher"
}
],
"url": "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-role-vr",
"version": "2.0.0",
"name": "ValueSetRoleVitalRecords",
"title": "Value Set - Role Vital Records",
"status": "active",
"experimental": false,
"date": "2025-05-05T16:47:09+00:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"name": "HL7 International / Public Health",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description": "This value set contains codes that represent persons for whom some observations can be reported.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
}
]
}
]
}
}