Skip to content

Commit

Permalink
Initial commit of DkCoreBasicParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsMedcom committed Nov 9, 2023
1 parent 7693451 commit f87f009
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/* Profile: DkCoreObservationVitalSigns
Profile: DkCoreBasicParameter
Parent: dk-core-observation
Id: dk-core-observation-vitalsigns
Title: "Danish Core Observation Profile for Vital Signs"
Description: "HL7 Denmark core profile for observations of vital signs"
Id: dk-core-basic-parameter
Title: "Danish Core Profile for Basic Parameters"
Description: "HL7 Denmark core profile for basic parameters, which is a profiling of DkCoreObservation."
* category 1..1
* category = #vital-signs
* code.coding[LOINC]
* code from http://hl7.dk/fhir/core/ValueSet/dk-core-LoincVitalSigns (preferred)
*/
* code.coding[LOINC] 1..
* code.coding[LOINC] from $LOINC-vitalsigns


/* Instance: ObservationBloodPressureNPU
InstanceOf: DkCoreObservationVitalSignsNPU
InstanceOf: DkCoreBasicParameter
Title: "John's blood pressure measurement"
Description: "John, blood pressure measurement, NPU-code"
Usage: #example
Expand All @@ -20,7 +20,7 @@ Usage: #example


/* Instance: ObservationHeightVitalSigns
InstanceOf: DkCoreObservationVitalSigns
InstanceOf: DkCoreBasicParameter
Title: "John's Respiratory rate measurement, Vital Signs"
* category = #vital-signs
* status = #final
Expand Down
1 change: 1 addition & 0 deletions input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Alias: $observation-vitalsigns = http://hl7.org/fhir/StructureDefinition/vitalsi
Alias: $observation-bodyweight = http://hl7.org/fhir/StructureDefinition/bodyweight
Alias: $observation-heartrate = http://hl7.org/fhir/StructureDefinition/heartrate
Alias: $observation-bp = http://hl7.org/fhir/StructureDefinition/bp
Alias: $LOINC-vitalsigns = http://hl7.org/fhir/ValueSet/observation-vitalsignresult
4 changes: 2 additions & 2 deletions input/fsh/valueSets.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description: "Subdivision codes (Regional codes) used in Denmark"
* ^experimental = false
* include codes from system DKCoreRegionalSubdivisionCodes

ValueSet: LoincVitalSigns
/* ValueSet: LoincVitalSigns
Id: dk-core-LoincVitalSigns
Title: "DK Core Vital Signs"
Description: "LOINC codes describing vital signs."
Expand All @@ -31,7 +31,7 @@ Description: "LOINC codes describing vital signs."
* $LOINC#2708-6 "Oxygen saturation in Arterial blood"
* $LOINC#8310-5 "Body temperature"
* $LOINC#8480-6 "Systolic blood pressure"
* $LOINC#8462-4 "Diastolic blood pressure"
* $LOINC#8462-4 "Diastolic blood pressure" */


ValueSet: TechniqesSCTCodes
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
### Scope and usage
The Danish Core Basic Parameter Observation profile is intended to represent observations of basic parameters, such as vital signs, and base observations like height and weight ect.

The profile inherits from DkCoreObservation and complies to [HL7's Vital Signs profile](http://hl7.org/fhir/R4/vitalsigns.html).

#### Codes
[TBD]
* LOINC codes are mandatory.

#### Units
[TBD]

#### Observation derived from other Observation
[TBD]

#### Calculated values
[TBD]
<!-- Include description of: I tilfælde af at et resultat fra en beregning, fx BMI, deles og det ønskes at dele den tilhørende formel for beregningen, vil vi se på, hvordan formlen kan deles. Det foreslås, at vi kigger på Observation.method, da dette element formentlig kan holde de nødvendige informationer. -->

#### Examples
[TBD]
* Glasgow Coma scale
* TOKS/TOBS
* Mulitple codes
* Mulitple codes with different units (BasicParameter and Observation)
* Calculated values
* Vital signs panel

<!-- #### Examples
Example | Description
----------------- | ------------------------
[Poul's home blood pressure measurement](https://hl7.dk/fhir/core/Bundle-ContinuaBundleWithDevice.html) | This example demonstrates a DkCoreObservationVitalSigns and Continua-compliant Bundle containing a home blood pressure measurement uploaded to a Continua-compliant “FHIR Observation Reporting Server”.
[Poul's A&D weight scale](https://hl7.dk/fhir/core/Observation-Weight.Poul.230221.html) | Poul has been instructed to perform a daily weighing in the morning. This is his daily weighing from Feb. 21st 2023. -->

This file was deleted.

0 comments on commit f87f009

Please sign in to comment.