Skip to content

Commit

Permalink
Merge pull request #245 from hl7ch/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
lpg-tech authored Jun 21, 2023
2 parents 243054d + 1624dae commit 1df9895
Show file tree
Hide file tree
Showing 54 changed files with 5,210 additions and 2,144 deletions.
18 changes: 11 additions & 7 deletions input/fsh/ALIASES.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,32 @@ Alias: $v2-0371 = http://terminology.hl7.org/CodeSystem/v
Alias: $v2-0373 = http://terminology.hl7.org/CodeSystem/v2-0373
Alias: $v2-0487 = http://terminology.hl7.org/CodeSystem/v2-0487
Alias: $v2-0916 = http://terminology.hl7.org/CodeSystem/v2-0916
Alias: $v3ActCode = http://terminology.hl7.org/CodeSystem/v3-ActCode
Alias: $v3-ActCode = http://terminology.hl7.org/CodeSystem/v3-ActCode
Alias: $handling-condition = http://terminology.hl7.org/CodeSystem/handling-condition
Alias: $container-cap = http://terminology.hl7.org/CodeSystem/container-cap
Alias: $rejection-criteria = http://terminology.hl7.org/CodeSystem/rejection-criteria
Alias: $condition-category = http://terminology.hl7.org/CodeSystem/condition-category
Alias: $report-codes = http://hl7.org/fhir/ValueSet/report-codes
Alias: $launchContext = http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext
Alias: $microbiol-procedures = http://fhir.ch/ig/ch-lab-order/ValueSet/MicrobiolProcedures
// Alias: $processing-procedure = http://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure, replaced by $handling-condition
Alias: $shareablevalueset = http://hl7.org/fhir/StructureDefinition/shareablevalueset
// Alias: $L-Forms = http://terminology.hl7.org/3.1.0/CodeSystem/forms-codes

// Patient
Alias: $administrativeGender = http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.gender
Alias: $echMaritalStatus = http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus
// ---- Patient
Alias: $ech-11-maritalstatus = http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus
Alias: $administrative-gender = http://hl7.org/fhir/administrative-gender
Alias: $religiousAffiliation = http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation
Alias: $ch-orf-cs-consentstatus = http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus
Alias: $document-entry-language-code = http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.languageCode

// Order
Alias: $requestPriority = http://hl7.org/fhir/request-priority
Alias: $request-priority = http://hl7.org/fhir/request-priority
Alias: $servicerequest-categories = http://fhir.ch/ig/ch-lab-order/CodeSystem/ch-lab-order-servicerequest-categories
Alias: $shareableValueSet = http://hl7.org/fhir/StructureDefinition/shareablevalueset
Alias: $documentEntryClassCode = http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.classCode
Alias: $documentEntryTypeCode = http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.typeCode

// Encounter, appointment
Alias: $ChCoreCSEncounterType = http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype
Alias: $appointmentStatus = http://hl7.org/fhir/appointmentstatus
Alias: $appointmentstatus = http://hl7.org/fhir/appointmentstatus
Alias: $bfs-medstats-21-encountertype = http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype
2 changes: 1 addition & 1 deletion input/fsh/instances/HealthInsuranceCard.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage: #example
* identifier.system = "http://ehic.com/insurer/123456789/member"
* identifier.value = "A123456780"
* status = #active
* type = $v3ActCode#EHCPOL "extended healthcare"
* type = $v3-ActCode#EHCPOL "extended healthcare"
* subscriber = Reference(Patient/FranzMuster)
* beneficiary = Reference(Patient/FranzMuster)
* period.end = "2012-03-17"
Expand Down
922 changes: 922 additions & 0 deletions input/fsh/instances/LabOrder-form-catalog.fsh

Large diffs are not rendered by default.

581 changes: 241 additions & 340 deletions input/fsh/instances/LabOrder-form.fsh

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions input/fsh/instances/LabOrderQuestionnaireResponse.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Instance: LabOrder-QuestionnaireResponse
InstanceOf: ChOrfQuestionnaireResponse
Title: "questionnaire response LabOrder"
Description: "Example for Laboratory Order Questionnaire Response due to suspected deep vein thrombosis"
Description: "Example for Laboratory Order Questionnaire Response"
Usage: #example
* id = "LabOrder-qr"
* meta.versionId = "1"
Expand Down Expand Up @@ -63,7 +63,7 @@ Usage: #example
* item[=].item[=].item.item[=].answer.valueString = "[email protected]"
* item[=].item[+].linkId = "order.priority"
* item[=].item[=].text = "Auftragspriorität"
* item[=].item[=].answer.valueCoding = $requestPriority#routine
* item[=].item[=].answer.valueCoding = $request-priority#routine
* item[+].linkId = "receiver"
* item[=].text = "Empfänger"
* item[=].item[0].linkId = "receiver.practitioner"
Expand Down Expand Up @@ -123,13 +123,13 @@ Usage: #example
* item[=].item[=].answer.valueDate = "1981-01-01"
* item[=].item[+].linkId = "patient.gender"
* item[=].item[=].text = "Geschlecht"
* item[=].item[=].answer.valueCoding = AdministrativeGender#male
* item[=].item[=].answer.valueCoding = $administrative-gender#male

// patient.maritalStatus

* item[=].item[+].linkId = "patient.maritalStatus"
* item[=].item[=].text = "Zivilstand"
* item[=].item[=].answer.valueCoding = $echMaritalStatus#5 "unverheiratet"
* item[=].item[=].answer.valueCoding = $ech-11-maritalstatus#5 "unverheiratet"

* item[=].item[+].linkId = "patient.phone"
* item[=].item[=].text = "Telefon"
Expand Down
44 changes: 0 additions & 44 deletions input/fsh/instances/SR/SR-Blood-Electrolytes.fsh

This file was deleted.

40 changes: 0 additions & 40 deletions input/fsh/instances/SR/SR-Chloride.fsh

This file was deleted.

27 changes: 0 additions & 27 deletions input/fsh/instances/SR/SR-Container.fsh

This file was deleted.

45 changes: 0 additions & 45 deletions input/fsh/instances/SR/SR-CreaClearance.fsh

This file was deleted.

39 changes: 0 additions & 39 deletions input/fsh/instances/SR/SR-Creatinine-24h-Urine.fsh

This file was deleted.

39 changes: 0 additions & 39 deletions input/fsh/instances/SR/SR-Creatinine-Serum.fsh

This file was deleted.

39 changes: 0 additions & 39 deletions input/fsh/instances/SR/SR-Potassium.fsh

This file was deleted.

Loading

0 comments on commit 1df9895

Please sign in to comment.