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

FHIR IG Statistics: CodeSystem/dk-relatedperson-relationshipcodes

Packagehl7.fhir.dk.core
TypeCodeSystem
Iddk-relatedperson-relationshipcodes
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/CodeSystem-dk-relatedperson-relationshipcodes.html
URLhttp://hl7.dk/fhir/core/CodeSystem/dk-relatedperson-relationshipcodes
Version3.4.0
Statusactive
Date2025-02-01T19:18:26+01:00
NameDkRelatedPersonRelationshipCodes
TitleDK Related Person Relationship Codes
Realmdk
Authorityhl7
DescriptionDK Related Person Relationship Codes
Contentcomplete

Resources that use this resource

ValueSet
dk-core-RelatedPersonRelationshipTypesDK Related Person Relationship Types

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem dk-relatedperson-relationshipcodes

This case-insensitive code system http://hl7.dk/fhir/core/CodeSystem/dk-relatedperson-relationshipcodes defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
PARAUTH Parental authorityThe player of the role holds parental authority over the scoping person.Forældremyndighedsindehaver
PRICARE Primary caretakerThe player of the role is the primary caretaker of the scoping person.Primær omsorgsperson
PROCON Professional contactA professional acting as a contact of the scoping person.Professionel kontakt

Source

{
  "resourceType": "CodeSystem",
  "id": "dk-relatedperson-relationshipcodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/core/CodeSystem/dk-relatedperson-relationshipcodes",
  "version": "3.4.0",
  "name": "DkRelatedPersonRelationshipCodes",
  "title": "DK Related Person Relationship Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-02-01T19:18:26+01:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.dk"
        },
        {
          "system": "email",
          "value": "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "description": "DK Related Person Relationship Codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "PARAUTH",
      "display": "Parental authority",
      "definition": "The player of the role holds parental authority over the scoping person.",
      "designation": [
        {
          "language": "da",
          "value": "Forældremyndighedsindehaver"
        }
      ]
    },
    {
      "code": "PRICARE",
      "display": "Primary caretaker",
      "definition": "The player of the role is the primary caretaker of the scoping person.",
      "designation": [
        {
          "language": "da",
          "value": "Primær omsorgsperson"
        }
      ]
    },
    {
      "code": "PROCON",
      "display": "Professional contact",
      "definition": "A professional acting as a contact of the scoping person.",
      "designation": [
        {
          "language": "da",
          "value": "Professionel kontakt"
        }
      ]
    }
  ]
}