Skip to content

Commit

Permalink
complete ConditionTibiaFracture
Browse files Browse the repository at this point in the history
  • Loading branch information
lpg-tech committed Dec 16, 2023
1 parent 47cd13a commit 412ffa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: #example
* meta.versionId = "1"
* meta.lastUpdated = "2022-10-20T17:04:38.520+00:00"
* text.status = #additional
* text.div = "<div xmlns='http://www.w3.org/1999/xhtml'><div>Case study 0</div><div> <h3>Best practice example: Control of Anticoagulation effect</h3> <p>Mrs Birgit Blum had an unfortunate fall while skiing and sustained a multifragmentary tibial plateau fracture. She was transferred to the centre hospital by helicopter and is waiting there for her operation. The patient is administered Liquemin 5000 E s.c. daily to prevent thromboembolic events, and the effect. To monitor the effect of this treatment, regular blood tests are carried out to determine anti-Xa activity. A special sample vessel with citrate additive is used for this purpose. The sample must be centrifuged and cooled within one hour. </p> </div></div>"
* text.div = "<div xmlns='http://www.w3.org/1999/xhtml'><div>Case study 0</div><div> <h3>Best practice example: Control of Anticoagulation effect</h3> <p>Mrs Birgit Blum had an unfortunate fall while skiing and sustained a multifragmentary tibial plateau fracture. She was transferred to the Kantonsspital, a centre hospital, by helicopter and is waiting there for her operation. The patient is administered Liquemin 5000 E s.c. daily to prevent thromboembolic events, and the effect. A To monitor the effect of this treatment, regular blood tests are carried out to determine anti-Xa activity. A special sample vessel with citrate additive is used for this purpose. The sample must be centrifuged and cooled within one hour. An important entry from her list of problems is heart disease.</p> </div></div>"

// ---- Sender and Receiver ----
* extension[0].extension.url = "enterer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,17 @@ Usage: #example
* verificationStatus = $condition-ver-status#confirmed
* category.coding[+] = $condition-category#problemlist-item
* category = $sct#439401001 "diagnosis"
* severity = $sct#6736007 "Moderate (severity modifier)" // TBD change to strong
* code = $sct#368009 "Heart valve disorder" // TBD change to tibia fracture
* bodySite = $sct#40768004 "Left thorax" // TBD change to left tibia
* bodySite.text = "heart structure"
* severity = $sct#24484000 "Severe (severity modifier) (qualifier value)"
* code = $sct#446980008 "Open fracture of tibial plateau (disorder)"
* bodySite = $sct#719496004
* bodySite.text = "Bone structure of proximal left tibia (body structure)"
* subject = Reference(Patient/BirgitBlum) "Birgit Blum"
* encounter = Reference(Encounter/FirstEncounter)
* onsetDateTime = "2023-11-05"
* recordedDate = "2023-11-05"
* onsetDateTime = "2023-12-05"
* recordedDate = "2023-12-05"
* asserter = Reference(PractitionerRole/HansHauserKantonsspital) "Birgit Blum"
* evidence.code = $sct#426396005 "Cardiac chest pain"
* evidence.code = $sct#111645003 "Open fracture of upper end of tibia (disorder)"

/*
Instance: Insurance-Company
InstanceOf: Coverage
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// transferred to 4-sepis composition

0 comments on commit 412ffa5

Please sign in to comment.