1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: InvalidateEncounterParametersExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "InvalidateEncounterParametersExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/EncounterOutpatientReadSe"
    ]
  },
  "parameter" : [
    {
      "name" : "versionId",
      "valueId" : "123456789"
    },
    {
      "name" : "reason",
      "valueString" : "Encounter was created for the wrong patient."
    }
  ]
}