You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added Location and PractitionerRole
* fatfingered a '*'
* Moved NPU subset into its own Code System fragment.
* Remove special treatment of NPU
* Testing out fragments for NPU
* Adjusted unicodes
* Corrected descriptions
* Mapped "comments" using https://hl7.org/fhir/codesystem.html#defined-props
* Added correct property concept values
* Removed locale duplicate displays
Made SCT alias target DK by default
* Refined used of DK profiles
* indented properties
* Reintroduced special url for NPU to remove IGP error.
* Feature ipa support (#132)
* Introduced IPA support
* Update dep of IPA
* Adjusted to 1.0.0
* Removed merge files
* Added compliesWith and child profile for IPA compliance (#133)
* Changed to imposeProfile
* Update release-notes.md
* Update release-notes.md
* Added proper base definition
* Fix: Changed to assignment instead of declaration of imposeProfile
* Update DkCoreObservation.fsh
* Initial commit of ServiceRequest
* Update DkCoreServiceRequest.fsh
* Added content for ServiceRequest
* Update DkCoreServiceRequest.fsh
* Added ignores for NPU-errors
* Update name of profile and content of DkCoreServiceRequestCodes
* priority valueset, reasoncode and reason reference added to ServiceRequest
* changed slice name
* Update StructureDefinition-dk-core-servicerequest-intro.md
* Updated name of intro-file
* Update valueSets.fsh
* ServiceRequest coding updated in the profile, as well as in the documentation.
* ServiceRequest example corrected, documentation for priority and reasonCode added
* Updated scope and usage section according to #136
* Updated scope and usage section according to #135
* added to relationship value set and code system supplement to account for #135 and #134
* Handled issues from consultation
#140, #139, #137
* Update StructureDefinition-dk-core-patient-intro.md
#138
* Update DkCorePatient.fsh
#126
* Update DkCorePatient.fsh
#126
* Updated ServiceRequest ValueSet
* Updated scope and usage section according to #136
* Updated scope and usage section according to #135
* added to relationship value set and code system supplement to account for #135 and #134
* Update DkCorePatient.fsh
#126
* Fixed NPU error codes
* no message
* doc start on IPA inspired by fhir.fh
* Added parts of documentation
* Fixed note templates
* Disabling gh builds as they are not needed.
Added documentation
* Updated Continua/PHD examples to latest PHD release and fixed license-messages and other QA issues
* Fixed some obvious QA warnings: IPA patient and practitioner names should have a .text element and UCUM units with annotations should have the display value including the annotation
* Handled comments from review
* Updated reference to DkCorePractitionerRole
* Separated the IPA profiles into their own file
* Change listing of profiles
* Adjusted naming
* Fixed bugs
* A bit of layout changes
* Added kebab cased id's.
* Added textual descriptions to IPA profiles
* Fixed link
* Removed wrong valueset binding - #152
Created DK supplement for standard codesystem
* Removed QA error
* Update release-notes.md
* Update publication-request.json
* syntax ...
* Update codeSystems.fsh
* Correction to #152
* Removed QA errors
* removed IG version warning
* Fixed spelling error
---------
Co-authored-by: tmsMedcom <88831880+tmsMedcom@users.noreply.github.com>
Co-authored-by: kirstinerosenbeck <kirstine.rosenbeck@gmail.com>
Co-authored-by: Christian Gasser <chg@lakeside.dk>
Co-authored-by: Jacob Andersen <jacob.andersen@alexandra.dk>
Co-authored-by: hagensen-software <132343194+TMHA-Trifork@users.noreply.github.com>
* subject only Reference(DkCorePatient or Group or Location or Device)
47
+
* subject only Reference(DkCorePatient or Group or DkCoreLocation or Device)
48
48
* subject 1..
49
-
* performer only Reference(DkCorePractitioner or DkCoreOrganization or DkCorePatient or PractitionerRole or CareTeam or DkCoreRelatedPerson)
49
+
* performer only Reference(DkCorePractitioner or DkCoreOrganization or DkCorePatient or DkCorePractitionerRole or CareTeam or DkCoreRelatedPerson)
50
50
* device ^short = "The device used for the measurement. It is recommended that when information about the device is sent, it is contained in the same Bundle as the Observation the device measured."
Copy file name to clipboardExpand all lines: input/fsh/DkCorePatient.fsh
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,22 @@ Description: "HL7 Denmark core profile for a patient"
29
29
* address ^definition = "An address for the individual. Danish addresses must comply with directions issued by https://dawa.aws.dk/ and underlying authorities"
30
30
* extension contains
31
31
MunicipalityCodes named municipalityCode 0..1 and
32
-
RegionalSubDivisionCodes named regionalSubDivisionCodes 0..1
32
+
RegionalSubDivisionCodes named regionalSubDivisionCodes 0..1 and
33
+
http://hl7.org/fhir/StructureDefinition/address-official named address-official 0..1
* extension[address-official] ^short = "Indicate that this address is meant to be the 'official' address for that person. This can be indicated by setting the boolean to 'true' or adding a code for the country, e.g. 'DK'. In Denmark the official is the address registered in the CPR-register, see: https://www.retsinformation.dk/eli/lta/2023/1010."
35
37
* maritalStatus from $dk-marital-status_1 (extensible)
0 commit comments