FHIR:V1.0 FHIR Profiling Guidelines R4 examples: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Update slice names according to camelCasing scheme)
(Issue 295: Provide guidance on ValueSet binding description)
Regel 94: Regel 94:
 
     <binding>
 
     <binding>
 
         <strength value="required" />
 
         <strength value="required" />
         <description value="ResultaatTypeCodelijst" />
+
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20171231000000" />
        <valueSetReference>
 
            <reference value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20171231000000" />
 
            <display value="ResultaatTypeCodelijst" />
 
        </valueSetReference>
 
 
     </binding>
 
     </binding>
 
</element>
 
</element>
Regel 151: Regel 147:
 
     <binding>
 
     <binding>
 
         <strength value="required"/>
 
         <strength value="required"/>
        <description value="The name of the procedure using the Verrichtingenthesaurus DHD."/>
 
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.2--20171231000000"/>
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.2--20171231000000"/>
 
     </binding>
 
     </binding>
Regel 210: Regel 205:
 
     <binding>
 
     <binding>
 
         <strength value="extensible" /> <!-- FHIR binding strength follows the functional binding strength -->
 
         <strength value="extensible" /> <!-- FHIR binding strength follows the functional binding strength -->
         <description value="MeetmethodeCodelijst" />
+
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.12.4.1--20171231000000" />
        <valueSetReference>
 
            <reference value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.12.4.1--20171231000000" />
 
            <display value="MeetmethodeCodelijst" />
 
        </valueSetReference>
 
 
     </binding>
 
     </binding>
 
</element>
 
</element>
Regel 230: Regel 221:
 
     <binding>
 
     <binding>
 
         <strength value="required" /> <!-- Depending on the functional specification -->
 
         <strength value="required" /> <!-- Depending on the functional specification -->
         <description value="The problem name defines the problem." />
+
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000" /> <!-- Combined ValueSet -->
        <valueSetReference>
 
            <reference value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000" /> <!-- Combined ValueSet -->
 
            <display value="ProbleemNaamCodelijst" />
 
        </valueSetReference>
 
 
     </binding>
 
     </binding>
 
</element>
 
</element>
Regel 261: Regel 248:
 
     <binding>
 
     <binding>
 
         <strength value="required" /> <!-- Must be "required" in order to make slicing work -->
 
         <strength value="required" /> <!-- Must be "required" in order to make slicing work -->
        <description value="RolCodelijst" />
 
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.2--20200901000000" />
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.2--20200901000000" />
 
     </binding>
 
     </binding>
Regel 273: Regel 259:
 
     <binding>
 
     <binding>
 
         <strength value="required" />
 
         <strength value="required" />
        <description value="RelatieCodelijst" />
 
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.1--20200901000000" />
 
         <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.1--20200901000000" />
 
     </binding>
 
     </binding>

Versie van 7 sep 2023 om 16:00


Examples are provided in XML format but could have been in JSON format as well.

Slice examples in XML

This section provides guidance on how slicing is expected in R4 profiles that are created by Nictiz.

ValueSet binding examples in XML

This section provides guidance on translating ValueSet bindings from functional descriptions to FHIR for the R4 profiles that are created by Nictiz.

In each of the cases below, .min and .max may be used to further specify what is required.