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

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
Regel 4: Regel 4:
  
 
{{Collapse top|Slice definition to specify 1 or more variations of a concept.|left=yes}}
 
{{Collapse top|Slice definition to specify 1 or more variations of a concept.|left=yes}}
The {{fhir:identifier}} element is sliced to provide the definition for at least one specific identifier.
+
The {{fhir:identifier}} element is sliced to provide the definition one specific identifier.
  
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
Regel 27: Regel 27:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
{{Collapse bottom}}
 
{{Collapse bottom}}
 
  
 
{{Collapse top|Slice definition to map semantic codes to a repeating element.|left=yes}}
 
{{Collapse top|Slice definition to map semantic codes to a repeating element.|left=yes}}
 
 
Semantic code provides meaning to a part of or complete resource, e.g. a semantic code can be used to indicate that a {{fhir|MedicationRequest}} represents a zib MedicationAgreement. These semantic codes often need to be present. To also allow other codes to be used they are profiled as patterns.  
 
Semantic code provides meaning to a part of or complete resource, e.g. a semantic code can be used to indicate that a {{fhir|MedicationRequest}} represents a zib MedicationAgreement. These semantic codes often need to be present. To also allow other codes to be used they are profiled as patterns.  
  
Regel 131: Regel 129:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
{{Collapse bottom}}
 
{{Collapse bottom}}
 
 
 
{{Collapse top|Slice definition to allow multiple ValueSet bindings. |left=yes}}
 
{{Collapse top|Slice definition to allow multiple ValueSet bindings. |left=yes}}
'''Note:'''only applies in rare circumstances when different requirements are present for each ValueSet.
+
'''Note:''' only applies in rare circumstances when different requirements are present for each ValueSet.
  
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">

Versie van 25 jan 2021 17:11

Slice examples in XML

This page provides guidance on how slicing is expected in R4 profiles that are created by Nictiz. Examples are provided in XML format but could have been in JSON format as well.