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

FHIR IG Statistics: CodeSystem/PersonFamilyRelation

Packagedk.kip.rkkp.fhir.ig.core
TypeCodeSystem
IdPersonFamilyRelation
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-PersonFamilyRelation.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/PersonFamilyRelation
Version2.12.0
Statusactive
Date2022-06-07T00:00:00+02:00
NamePersonFamilyRelation
TitlePerson relation; relation to another person
DescriptionPerson relation; relation to another person
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem PersonFamilyRelation

This case-sensitive code system https://kip.rkkp.dk/fhir/CodeSystem/PersonFamilyRelation defines the following codes:

CodeDisplayDefinition
person_family Person in the familyPerson in the family / SNOMED-CT: 303071001
non_family_member Non-family memberNon-family member / SNOMED-CT: 394863008
twin_sibling Twin siblingTwin sibling / SNODMED-CT: 11286003

Source

{
  "resourceType": "CodeSystem",
  "id": "PersonFamilyRelation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/PersonFamilyRelation",
  "version": "2.12.0",
  "name": "PersonFamilyRelation",
  "title": "Person relation; relation to another person",
  "status": "active",
  "date": "2022-06-07T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Person relation; relation to another person",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "person_family",
      "display": "Person in the family",
      "definition": "Person in the family / SNOMED-CT: 303071001"
    },
    {
      "code": "non_family_member",
      "display": "Non-family member",
      "definition": "Non-family member / SNOMED-CT: 394863008"
    },
    {
      "code": "twin_sibling",
      "display": "Twin sibling",
      "definition": "Twin sibling / SNODMED-CT: 11286003"
    }
  ]
}