FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/patient-relationship-type

Packageil.core.fhir.r4
Resource TypeValueSet
Idpatient-relationship-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.0&canonical=http://fhir.health.gov.il/ValueSet/patient-relationship-type
URLhttp://fhir.health.gov.il/ValueSet/patient-relationship-type
Statusactive
NameILCorePatientRelationshipType
TitleIL Core Patient Relationship Type codes
Realmil
Authoritynational
DescriptionA set of codes that can be used to indicate the relationship between a Patient and a Related Person.

Resources that use this resource

StructureDefinition
il-core-related-personILCore RelatedPerson Profile

Resources that this resource uses

CodeSystem
v2-0131contactRole2
v3-RoleCodeRoleCode

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"
          }
        ]
      }
    ]
  }
}