Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "O", "display": "Operator Proficiency" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "CHILD", "display": "child" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "SPS", "display": "spouse" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "POWATT", "display": "power of attorney" }
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "POWATT", "display": "power of attorney" },
{ "system": "http://hl7.dk/fhir/core/CodeSystem/dk-relatedperson-relationshipcodes", "code": "PARAUTH", "display": "parental authority" },
{ "system": "http://ehealth.sundhed.dk/cs/poa-privilege", "abstract": true, "display": "Vendor-specific PoA privilege codes (externally governed, not enumerated)" }
]
},
"compose": {
Expand Down Expand Up @@ -72,6 +74,17 @@
"code": "POWATT"
}
]
},
{
"system": "http://ehealth.sundhed.dk/cs/poa-privilege"
},
{
"system": "http://hl7.dk/fhir/core/CodeSystem/dk-relatedperson-relationshipcodes",
"concept": [
{
"code": "PARAUTH"
}
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ canonical: http://ehealth.sundhed.dk/fhir
name: eHealth Infrastructure
title: eHealth Infrastructure
status: active # draft | active | retired | unknown
version: 9.0.1
version: 9.0.5-SNAPSHOT
fhirVersion: 4.0.1
copyrightYear: 2021+

Expand Down
Loading