FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.terminology#current | v2-0131 | contactRole2 |
| hl7.terminology#current | v3-RoleCode | RoleCode |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "draft",
"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",
"version": "0.12.1",
"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"
}
]
}
]
}
}