FHIRcast logo

FHIRcast
3.0.0-ballot - ci-build International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcastLogoutContext-Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "FHIRcastLogoutContext-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-logout"
    ]
  },
  "parameter" : [
    {
      "name" : "code",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem",
        "code" : "user-initiated"
      }
    }
  ]
}