Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #255

Merged
merged 2 commits into from
Jun 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions input/fsh/instances/LabOrder-form.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Usage: #example
* item[=].item[=].answerOption[+].valueCoding = $request-priority#urgent "Urgent"
* item[=].item[=].answerOption[+].valueCoding = $request-priority#asap "ASAP"
* item[=].item[=].answerOption[+].valueCoding = $request-priority#stat "STAT"
* item[+].linkId = "receiver"
* item[+].linkId = "receiver" // item[1]
* item[=].text = "Empfänger"
* item[=].type = #group
* item[=].item[0].linkId = "receiver.practitioner"
Expand Down Expand Up @@ -172,7 +172,7 @@ Usage: #example
* item[=].item[=].item[+].linkId = "receiver.organization.country"
* item[=].item[=].item[=].text = "Land"
* item[=].item[=].item[=].type = #string
* item[+].linkId = "patient"
* item[+].linkId = "patient" // item[2]
* item[=].text = "Patient"
* item[=].type = #group
* item[=].required = true
Expand Down Expand Up @@ -254,7 +254,7 @@ Usage: #example
* item[=].item[=].item[=].definition = "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.telecom.value"
* item[=].item[=].item[=].text = "E-Mail"
* item[=].item[=].item[=].type = #string
* item[+].linkId = "sender"
* item[+].linkId = "sender" // item[3]
* item[=].text = "Absender"
* item[=].type = #group
* item[=].required = true
Expand Down Expand Up @@ -323,7 +323,7 @@ Usage: #example
* item[=].item[=].item.item[+].linkId = "sender.dataenterer.practitioner.email"
* item[=].item[=].item.item[=].text = "E-Mail"
* item[=].item[=].item.item[=].type = #string
* item[+].linkId = "receiverCopies"
* item[+].linkId = "receiverCopies" // item[4]
* item[=].text = "Kopieempfänger"
* item[=].type = #group
* item[=].item[0].linkId = "receiverCopy"
Expand Down Expand Up @@ -448,7 +448,7 @@ Usage: #example
* item[=].item[=].item[=].definition = "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.address.country"
* item[=].item[=].item[=].text = "Land"
* item[=].item[=].item[=].type = #string
* item[+].linkId = "consent"
* item[+].linkId = "consent" // item[5]
* item[=].definition = "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.supportingInfo"
* item[=].text = "Einverständniserklärung"
* item[=].type = #group
Expand All @@ -464,7 +464,7 @@ Usage: #example
* item[=].item[+].linkId = "consent.advancedCareDirective"
* item[=].item[=].text = "Patientenverfügung"
* item[=].item[=].type = #string
* item[+].linkId = "coverage"
* item[+].linkId = "coverage" // item[6]
* item[=].definition = "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.insurance"
* item[=].text = "Kostenträger"
* item[=].type = #group
Expand All @@ -480,15 +480,15 @@ Usage: #example
* item[=].item[+].linkId = "coverage.vvgOther"
* item[=].item[=].text = "Andere (nach VVG)"
* item[=].item[=].type = #string
* item[+].linkId = "previousResult"
* item[+].linkId = "previousResult" // item[7]
* item[=].definition = "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.supportingInfo"
* item[=].text = "Vorheriges Untersuchungsresultat"
* item[=].type = #group
* item[=].item.linkId = "previousResult.result"
* item[=].item.text = "Untersuchungsresultat"
* item[=].item.type = #string
* item[=].item.repeats = true
* item[+].linkId = "casestudy"
* item[+].linkId = "casestudy" // item[8]
* item[=].text = "Case Studies"
* item[=].type = #group
* item[=].item[0].linkId = "1-tvt"
Expand Down Expand Up @@ -711,16 +711,14 @@ Usage: #example
* item[=].item[=].item.item.item.item.item[=].text = "Surgical pathology study"
* item[=].item[=].item.item.item.item.item[=].type = #boolean

* item[+].linkId = "lab-compendiums"
* item[+].linkId = "lab-compendiums" // item[9]
* item[=].text = "Labor Compendien"
* item[=].type = #group

// #########################################################
// ---- Compendium Labor Gantenbein
// ---- choose test yes/no ----
// ---- choose specimen venous/capillary
// #########################################################
* item[=].item[+].linkId = "lab-compendium.Gantenbein"
// #######################################################
// ---- Compendium Labor Pipette, choose labSpecialty ----
// #######################################################
* item[=].item[0].linkId = "lab-compendium.Gantenbein"
* item[=].item[=].definition = ""
* item[=].item[=].text = "Gantenbein Compendium"
* item[=].item[=].type = #boolean
Expand Down