CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

ParametersPmirInput - XML Representation

(back to description)

Raw xml

Source view



<Parameters xmlns="http://hl7.org/fhir">
  <id value="ParametersPmirInput"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters"/>
  </meta>
  <parameter>
    <name value="sourceIdentifier"/>
    <valueIdentifier>
      <system value="urn:oid:1.2.3"/>
      <value value="123"/>
    </valueIdentifier>
  </parameter>
  <parameter>
    <name value="targetSystem"/>
    <valueUri value="urn:oid:5.6.7"/>
  </parameter>
  <parameter>
    <name value="_format"/>
    <valueCode value="application/fhir+json"/>
  </parameter>
</Parameters>