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 
Source view
{
"resourceType" : "Parameters",
"id" : "ParametersPmirInput",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters"
]
},
"parameter" : [
{
"name" : "sourceIdentifier",
"valueIdentifier" : {
"system" : "urn:oid:1.2.3",
"value" : "123"
}
},
{
"name" : "targetSystem",
"valueUri" : "urn:oid:5.6.7"
},
{
"name" : "_format",
"valueCode" : "application/fhir+json"
}
]
}