FHIR IG Statistics: ValueSet/patient-relationship-type
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "active",
"name": "ILCorePatientRelationshipType",
"id": "patient-relationship-type",
"title": "IL Core Patient Relationship Type codes",
"description": "A set of codes that can be used to indicate the relationship between a Patient and a Related Person.",
"url": "http://fhir.health.gov.il/ValueSet/patient-relationship-type",
"language": "en-US",
"experimental": false,
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "_PersonalRelationshipRoleType"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "GUARD",
"display": "Guardian"
},
{
"code": "HPOWATT",
"display": "healthcare power of attorney"
}
]
}
]
}
}