Skip to content

Commit

Permalink
Merge branch 'master' into v.3.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsMedcom authored Dec 19, 2023
2 parents e49aac7 + 9711778 commit 3b6da79
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions build-notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jkiddo@badSeed work % java -jar publisher.jar -go-publish -source /Users/jkiddo/work/dk-core -web /Users/jkiddo/work/dk-website/fhir -temp /Users/jkiddo/work/temp -registry ig-registry/fhir-ig-list.json -history fhir-ig-history-template -templates /Users/jkiddo/work/dk-website/fhir/templates
3 changes: 2 additions & 1 deletion input/fsh/Lpr3Identifier.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Severity: #error
Expression: "matches('urn:uuid:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[5][a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}')"
* requirements = "LPR3 episode of care identifiers must conform to a UUIDv5"
* source = "https://scandihealth.github.io/lpr3-docs/"
*/
*/

1 change: 0 additions & 1 deletion input/fsh/valueSets.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ Description: "UCUM codes to represent units for basic Observations usable in Den
* $ucum#m2 "square meter"
* $ucum#{fraction} "fraction"


ValueSet: TechniquesSCTCodes
Id: dk-core-TechniquesSCTCodes
Title: "DK TechniquesSCTCodes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ The Danish Core Observation profile is intended to represent observations for a
* general health status such as pregnancy
* social history and anamnesis (Please be aware, an Observation must only include more than one code, if each code is true for the observation that actually happened, and not several observation as a result of an investigation. In this case, the ClinicalImpression resource should be used.)


>Note: The profile [DkCoreBasicObservation](./StructureDefinition-dk-core-basic-observation.html) is made to ensure a common structure of measurable and often used observations, such as vital signs, height and weight. When sharing these basic observations, DkCoreBasicObservation profile is recommended to use.

#### Codes
In a Observation resource, codes from CodeSystems are used to describe what is observed in the elements Observation.code.coding and Observation.component.code.coding. In these elements, multiple CodeSystems are specified to ensure similar use of relevant CodeSystems in a Danish context. Some observations may need to be grouped together to document critical observations, e.g. systolic and diastolic bloodpressure, which can be supported by the element Observation.component. [Click here for more information about Observation Grouping](http://hl7.org/fhir/observation.html#obsgrouping).

Expand Down
6 changes: 3 additions & 3 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"package-id": "hl7.fhir.dk.core",
"version": "2.3.0",
"path": "http://hl7.dk/fhir/core/2.3.0",
"version": "3.1.0",
"path": "http://hl7.dk/fhir/core/3.1.0",
"status": "release",
"sequence": "Release",
"mode" : "working",
"title": "HL7 FHIR Implementation Guide: DK Core",
"category": "National Core",
"introduction": "A FHIR Implementation Guide for the Danish common needs across healthcare sectors",
"desc": "Short version of descmd",
"desc": "DK Core version 3.1.0",
"descmd": "@release-notes.md",
"first": false,
"ci-build": "https://build.fhir.org/ig/hl7dk/dk-core"
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ The changes between 3.0.0 and 3.1.0 are:
* Update of Observation-instances to accommodate update in the FHIR Validator (https://chat.fhir.org/#narrow/stream/179177-conformance/topic/Vitalsigns.20Profiles)
* Addition of patient replacement identifiers (DK: erstatningsCPR) and inclusion in DkCorePatient.
* Added description of scenarios where Patient.name is unknown or absent.
* Addition of link to hl7.dk on the index-page.
* Addition of link to hl7.dk on the index-page.
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version: 3.1.0
fhirVersion: 4.0.1
copyrightYear: 2021+
license: CC0-1.0
releaseLabel: release
releaseLabel: release #ci-build
publisher:
name: HL7 Denmark
url: http://www.hl7.dk
Expand Down

0 comments on commit 3b6da79

Please sign in to comment.