Skip to content

Commit

Permalink
update for publication v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed Feb 22, 2022
1 parent be7b806 commit 3515cbe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
10 changes: 3 additions & 7 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ Display Name for http://hl7.org/fhir/administrative-gender#male should be one of
Display Name for http://hl7.org/fhir/administrative-gender#female should be one of 'Female' instead of 'Weiblich' for 'http://hl7.org/fhir/administrative-gender#female'
Display Name for http://hl7.org/fhir/administrative-gender#other should be one of 'Other' instead of 'Anderes' for 'http://hl7.org/fhir/administrative-gender#other'

The display "Clinical presentation" is not a valid display for the code {http://loinc.org}55108-5 - should be one of ["Clinical presentation Document","Clinical presentation Doc"] (from http://tx.fhir.org/r4) for 'http://loinc.org#55108-5'


# Using SCT CodeSystem instead of LOINC CodeSystem

None of the codings provided are in the value set http://hl7.org/fhir/ValueSet/doc-typecodes (http://hl7.org/fhir/ValueSet/doc-typecodes), and a coding is recommended to come from this value set) (codes = http://snomed.info/sct#721965002)

# Using own CodeSystem

Code System URI 'http://fhir.ch/ig/ch-lab-order/CodeSystem/ch-lab-order-servicerequest-categories' is unknown so the code cannot be validated
Expand All @@ -29,3 +22,6 @@ The Implementation Guide contains no examples for this profile
# Allow Swiss specific display value

The display "Clinical presentation" is not a valid display for the code {http://loinc.org}55108-5 - should be one of ['Clinical presentation Document', 'Clinical presentation Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验' (zh-CN), 'Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU), 'Момент' (ru-RU), '' (ru-RU)] (from http://tx.fhir.org/r4) for 'http://loinc.org#55108-5'

# Build error with contained resource (cannot resolved in ToC)
The link 'Organization-CoverageFranzMuster_Sanitas.html' for "11.64.1 Organization" cannot be resolved
6 changes: 3 additions & 3 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
canonical: http://fhir.ch/ig/ch-lab-order
id: ch.fhir.ig.ch-lab-order
name: CH_LAB_ORDER
title: "CH LAB-Order (R4)"
title: CH LAB-Order (R4)
description: Implementation guide CH LAB-Order (R4)
status: active
license: CC-BY-SA-4.0
copyright: CC-BY-SA-4.0
jurisdiction: urn:iso:std:iso:3166#CH
date: 2022-02-02
date: 2022-02-22
version: 1.0.0
fhirVersion: 4.0.1
copyrightYear: 2021+
Expand All @@ -20,7 +20,7 @@ contact:
system: url
value: https://www.hl7.ch
dependencies:
ch.fhir.ig.ch-orf: current
ch.fhir.ig.ch-orf: 1.0.0
ch.fhir.ig.ch-core: 2.0.0

pages:
Expand Down
17 changes: 13 additions & 4 deletions www/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,28 @@
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "http://build.fhir.org/ig/ch-lab-order/index.html",
"path": "http://build.fhir.org/ig/hl7ch/ch-lab-order",
"status": "ci-build",
"current": true
},
{
"version": "0.1.0",
"date": "2021-06-16",
"desc": "HL7 Switzerland STU 1 Ballot",
"version": "1.0.0",
"date": "2022-02-22",
"desc": "HL7 Switzerland STU 1",
"path": "http://fhir.ch/ig/ch-lab-order",
"status": "trial-use",
"sequence": "STU 1",
"fhirversion": "4.0.1",
"current": true
},
{
"version": "0.1.0",
"date": "2021-06-16",
"desc": "HL7 Switzerland STU 1 Ballot",
"path": "http://fhir.ch/ig/ch-lab-order/0.1.0",
"status": "trial-use",
"sequence": "STU 1",
"fhirversion": "4.0.1"
}
]
}

0 comments on commit 3515cbe

Please sign in to comment.