Skip to content

Commit

Permalink
fix encoding, include an uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed May 8, 2023
1 parent 6a9a7e2 commit 88954a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
10 changes: 4 additions & 6 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ None of the codings provided are in the value set 'Patient Contact Relationship
None of the codings provided are in the value set 'Patient Contact Relationship ' (http://hl7.org/fhir/ValueSet/patient-contactrelationship|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-RoleCode#MTH)
None of the codings provided are in the value set 'Patient Contact Relationship ' (http://hl7.org/fhir/ValueSet/patient-contactrelationship|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-RoleCode#FTH)

# No suitable code for Encounter.identifier / NamingSystem.type
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#VN)
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#NI)

# All important examples are included
The Implementation Guide contains no examples for this profile
The Implementation Guide contains no examples for this extension
Expand Down Expand Up @@ -51,9 +55,3 @@ INFORMATION: Bundle/CdaContainingOriginalRepresentationAsPdfA: Bundle.entry[0].r
The image source 'pdf1' cannot be resolved
The link 'www.grouppractice.ch' for "www.grouppractice.ch" cannot be resolved
The link 'www.sampledomain.ch' for "www.sampledomain.ch" cannot be resolved

# Due to ongoing activities around the terminology server, see also https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/tx.2Efhir.2Eorg
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#VN)
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#NI)
The source display 'stationär' is not valid. Possible codes [stationär]
The source display 'männlich' is not valid. Possible codes [männlich]
9 changes: 4 additions & 5 deletions input/resources/conceptmap/bfs-encounter-class-to-fhir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@
</element>
<element>
<code value="3"/>
<display value="stationär"/>
<display value="stationär"/>
<target>
<code value="IMP"/>
<display value="inpatient encounter"/>
<equivalence value="equivalent"/>
</target>
</element>
<!-- uncommented because of the following error: The link 'null#equivalent' for "equivalent" cannot be resolved -->
<!--<element>
</element>
<element>
<code value="9"/>
<display value="unbekannt"/>
<target>
<equivalence value="unmatched"/>
</target>
</element>-->
</element>
</group>
</ConceptMap>
2 changes: 1 addition & 1 deletion input/resources/conceptmap/sex-ech11-to-fhir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<target value="http://hl7.org/fhir/administrative-gender"/>
<element>
<code value="1"/>
<display value="männlich"/>
<display value="männlich"/>
<target>
<code value="male"/>
<display value="Male"/>
Expand Down

0 comments on commit 88954a2

Please sign in to comment.