FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeValueSet
IdValueSet-relatedPersonRelationshipTypes-eu-hdr.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/hdr/ValueSet-relatedPersonRelationshipTypes-eu-hdr.html
URLhttps://hl7.cz/fhir/hdr/ValueSet/relatedPersonRelationshipTypes-eu-hdr
Version0.1.0
Statusdraft
Date2025-12-22T16:16:03+00:00
NameRelatedPersonRelationshipTypesHDR
TitleRelated Person Relationship Types (HDR)
Realmcz
Authorityhl7
DescriptionHDR related person relationship types value set.

Resources that use this resource

StructureDefinition
cz-relatedPerson-hdrRelated Person: HDR (CZ)

Resources that this resource uses

CodeSystem
v3-RoleCodeRoleCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet relatedPersonRelationshipTypes-eu-hdr

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode version 📦3.0.0
    CodeDisplayDefinition
    ECONEmergency contactA contact designated for contact in emergent situations.
    NOKNext of kinPlayed by an individual who is designated as the next of kin for another individual which scopes the role.
    GUARDGuardianThe role played by a person or institution legally empowered with responsibility for the care of a ward.
    PRSPersonal relationship
    CAREGIVERCaregiver

Source1

{
  "resourceType": "ValueSet",
  "id": "relatedPersonRelationshipTypes-eu-hdr",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/hdr/ValueSet/relatedPersonRelationshipTypes-eu-hdr",
  "version": "0.1.0",
  "name": "RelatedPersonRelationshipTypesHDR",
  "title": "Related Person Relationship Types (HDR)",
  "status": "draft",
  "experimental": false,
  "date": "2025-12-22T16:16:03+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "HDR related person relationship types value set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "ECON",
            "display": "Emergency contact"
          },
          {
            "code": "NOK",
            "display": "Next of kin"
          },
          {
            "code": "GUARD",
            "display": "Guardian"
          },
          {
            "code": "PRS",
            "display": "Personal relationship"
          },
          {
            "code": "CAREGIVER",
            "display": "Caregiver"
          }
        ]
      }
    ]
  }
}