Skip to content

Commit

Permalink
added to relationship value set and code system supplement to account…
Browse files Browse the repository at this point in the history
… for #135 and #134
  • Loading branch information
Kirstinerosenbeck committed Oct 8, 2024
1 parent 5ca957b commit 90549ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions input/fsh/codeSystems.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,9 @@ Title: "DK Role Code"
* #POWATT
* ^designation.language = #da
* ^designation.value = "Fuldmagtshaver"
* #ECON
* ^designation.language = #da
* ^designation.value = "Primær kontakt"

CodeSystem: DkRelatedPersonRelationshipCodes
Id: dk-relatedperson-relationshipcodes
Expand All @@ -798,3 +801,7 @@ Description: "DK Related Person Relationship Codes"
* ^definition = "The player of the role is the primary caretaker of the scoping person."
* ^designation.language = #da
* ^designation.value = "Primær omsorgsperson"
* #PROCON "Professional contact"
* ^definition = "A professional acting as a contact of the scoping person."
* ^designation.language = #da
* ^designation.value = "Professionel kontakt"
1 change: 1 addition & 0 deletions input/fsh/valueSets.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,5 @@ Description: "DK Related Person Relationship Types"
* $v3-RoleCode#GUARD // "guardian"
* $v3-RoleCode#NOK // "next of kin"
* $v3-RoleCode#POWATT // "power of attorney"
* $v3-RoleCode#ECON // "emergency contact"
* include codes from system DkRelatedPersonRelationshipCodes
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The element RelatedPerson.identifier includes two slices to represent eCPR. Each
* For D-eCPR, the [DkCoreDeCprIdentifier](./StructureDefinition-dk-core-d-ecpr-identifier.html) must be used, which includes a ValueSet of OID's that may be used as system. The OIDs represent the D-eCPR in general and D-eCPR for each of the five regions. Further, the identifier includes an invariant describing the requirements for the structure of the identifier, [based on guidelines from Danish Health Data Authority](https://www.nspop.dk/pages/viewpage.action?pageId=226757583#eCPRFormater(XeCPRogDeCPR)-Formatetfordecentraleerstatningspersonnumre-D-eCPR).

### Relationship codes
The relationships in [DK Core Related Person Relationship Types](ValueSet-dk-core-RelatedPersonRelationshipTypes.html) are intended to cover the most common use cases within the Danish healthcare sector. For the relationship codes that are included from the general relationship codes [danish translations](CodeSystem-role-code-dk-supplement.html) are provided. In cases when other relationships need to be expressed, codes from the general [Related Person Relationship Type](http://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html) should be used when possible.
The relationships in [DK Core Related Person Relationship Types](ValueSet-dk-core-RelatedPersonRelationshipTypes.html) are intended to cover the most common use cases within the Danish healthcare sector. For the relationship codes that are included from the general relationship codes [danish translations](CodeSystem-role-code-dk-supplement.html) are provided. In cases when other relationships need to be expressed, codes from the general [Related Person Relationship Type](http://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html) or [HL7 Role Code System](http://terminology.hl7.org/CodeSystem/v3-RoleCode) should be used when possible. In the latter system is e.g. the code 'CCO', which is a clinical companion (DA: Servicehund).

### Use of security label on related persons
Danish citizens that have requested name and address protection ([Navne- og adressebeskyttelse](https://www.retsinformation.dk/eli/lta/2017/646#idee1fb7b6-c7e7-429d-a738-881c5e486fa6)) should be labeled with the security label as follows:
Expand Down

0 comments on commit 90549ae

Please sign in to comment.