forked from minigrrl/dk-core-stu3
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> Co-authored-by: kirstinerosenbeck <[email protected]> Co-authored-by: Christian Gasser <[email protected]> Co-authored-by: Jacob Andersen <[email protected]> Co-authored-by: hagensen-software <[email protected]>
- Loading branch information
1 parent
8f00d01
commit ec273a5
Showing
31 changed files
with
1,576 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Profile: DkCoreLocation | ||
Parent: Location | ||
Id: dk-core-location | ||
Title: "Danish Core Location Profile" | ||
Description: "HL7 Denmark core profile for locations" | ||
* managingOrganization only Reference(DkCoreOrganization) | ||
* partOf only Reference(DkCoreLocation) | ||
|
||
|
||
Instance: ambulance | ||
InstanceOf: DkCoreLocation | ||
Usage: #example | ||
* status = #active | ||
* description = "Ambulance provided by Acme Corp" | ||
* mode = #kind | ||
* type = http://terminology.hl7.org/CodeSystem/v3-RoleCode#AMB "Ambulance" | ||
* telecom.system = #phone | ||
* telecom.value = "+4523292833" | ||
* telecom.use = #mobile | ||
* physicalType = http://terminology.hl7.org/CodeSystem/location-physical-type#ve "Vehicle" | ||
* managingOrganization = Reference(Organization/b08997bb-4476-4dd0-84dd-2e297f809364) | ||
|
||
|
||
Instance: neuroradiologyUnit | ||
InstanceOf: DkCoreLocation | ||
Usage: #example | ||
* status = #active | ||
* name = "Neuro unit" | ||
* mode = #instance | ||
* type = http://terminology.hl7.org/CodeSystem/v3-RoleCode#RNEU "Neuroradiology unit" | ||
* telecom.system = #phone | ||
* telecom.value = "+4523292329" | ||
* physicalType = http://terminology.hl7.org/CodeSystem/location-physical-type#ro "Room" | ||
* managingOrganization = Reference(Organization/CenterForDiabetesTeamKvalitet) | ||
* partOf = Reference(Location/ambulance) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.