FHIR:Vprepub-1.0 FHIR Profiling Guidelines R4 examples: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(Initial commit of example slice instances in XML)
 
(Left alignment of the collapsable titles and minor textual improvements)
Regel 2: Regel 2:
 
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.  
 
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.  
  
{{Collapse top|Slice for fixed values to map a semantic code.}}
+
{{Collapse top|Slice definition to map the fixed values of a semantic code.|left=yes}}
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="Observation.code.coding">
 
<element id="Observation.code.coding">
Regel 28: Regel 28:
 
{{Collapse bottom}}
 
{{Collapse bottom}}
  
{{Collapse top|Slice to define different variations of the concept}}
+
{{Collapse top|Slice definition to specify different variations of a concept.|left=yes}}
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="Patient.identifier">
 
<element id="Patient.identifier">
Regel 50: Regel 50:
 
{{Collapse bottom}}
 
{{Collapse bottom}}
  
{{Collapse top|Slice to allow multiple ValueSet bindings}}
+
{{Collapse top|Slice definition to allow multiple ValueSet bindings.|left=yes}}
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="Procedure.code.coding">
 
<element id="Procedure.code.coding">
Regel 74: Regel 74:
 
{{Collapse bottom}}
 
{{Collapse bottom}}
  
 
+
{{Collapse top|Slice definition to specify the datatype(s) of the element|left=yes}}
{{Collapse top|Slice to define element type(s)}}
 
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="Observation.value[x]">
 
<element id="Observation.value[x]">
Regel 104: Regel 103:
 
{{Collapse bottom}}
 
{{Collapse bottom}}
  
 
+
{{Collapse top|Slice definition that combines the use of a semantic code and a HCIM concept|left=yes}}
{{Collapse top|Slice that combines the use of a semantic code and HCIM concept}}
 
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="Observation.category">
 
<element id="Observation.category">
Regel 146: Regel 144:
 
{{Collapse bottom}}
 
{{Collapse bottom}}
  
{{Collapse top|Slice that is differentiated by the use of a profile in a referenced resource}}
+
{{Collapse top|Slice definition that descriminates on the conformance to a profile in a referenced resource.|left=yes}}
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<element id="DiagnosticReport.result">
 
<element id="DiagnosticReport.result">

Versie van 4 jan 2021 16:52

Slicing examples

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.