Multi-Language Test IG
0.2.0 -
Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<id value="h1"/>
<language value="fr"/>
<type value="collection"/>
<entry>
<fullUrl value="http://somewhere.org/fhir/uv/myig/Provenance/h1-1"/>
<resource>
<Provenance>
<id value="h1-1"/>
<language value="fr"/>
<text>
<status value="generated"/>
</text>
<target>🔗
<reference value="StructureDefinition/example"/>
</target>
<occurredDateTime value="2015-11-30"/>
<recorded value="2020-01-01T00:00:00.000Z"/>
<reason>
<text value="Some random edit"/>
</reason>
<activity>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
<code value="UPDATE"/>
</coding>
</activity>
<agent>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
<code value="author"/>
</coding>
</type>
<who>
<display value="Rob Hausam"/>
</who>
</agent>
<agent>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
<code value="verifier"/>
</coding>
</type>
<who>
<display value="Vocab"/>
</who>
</agent>
</Provenance>
</resource>
</entry>
</Bundle>