Skip to content

Commit

Permalink
MM-4954: move mapping and metadata to value[x]
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek van Galen committed Aug 27, 2023
1 parent 1f68044 commit 8e1435d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/zib/zib-Problem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,17 @@
<element id="Condition.code.extension:furtherSpecificationProblemName">
<path value="Condition.code.extension" />
<sliceName value="furtherSpecificationProblemName" />
<short value="FurtherSpecificationProblemName" />
<definition value="Further specification of problem name when it is recorded via a thesaurus or code system in which the required level of detail is not (yet) available." />
<alias value="NadereSpecificatieProbleemNaam" />
<min value="0" />
<max value="1" />
<type>
<code value="Extension" />
<profile value="http://nictiz.nl/fhir/StructureDefinition/ext-Problem.FurtherSpecificationProblemName" />
</type>
</element>
<element id="Condition.code.extension:furtherSpecificationProblemName.value[x]">

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

ElementDefinition.path: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/ElementDefinition|4.0.1)

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

StructureDefinition.differential.element.path: minimum required = 1, but only found 0 (from http://nictiz.nl/fhir/StructureDefinition/ProfilingGuidelinesR4-StructureDefinitions-Zib-Profiles)

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Rule eld-19: 'Element names cannot include some special characters' Failed

Check warning on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Rule eld-20: 'Element names should be simple alphanumerics with a max of 64 characters, or code generation tools may be broken' Failed

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

ElementDefinition.path: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/ElementDefinition|4.0.1)

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

StructureDefinition.differential.element.path: minimum required = 1, but only found 0 (from http://nictiz.nl/fhir/StructureDefinition/ProfilingGuidelinesR4-StructureDefinitions-Zib-Profiles)

Check failure on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Rule eld-19: 'Element names cannot include some special characters' Failed

Check warning on line 168 in resources/zib/zib-Problem.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Rule eld-20: 'Element names should be simple alphanumerics with a max of 64 characters, or code generation tools may be broken' Failed
<short value="FurtherSpecificationProblemName" />
<definition value="Further specification of problem name when it is recorded via a thesaurus or code system in which the required level of detail is not (yet) available." />
<alias value="NadereSpecificatieProbleemNaam" />
<mapping>
<identity value="zib-problem-v4.4-2020EN" />
<map value="NL-CM:5.1.13" />
Expand Down

0 comments on commit 8e1435d

Please sign in to comment.