FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeParameters
IdParameters-BeispielParameterProcessFlagInput.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "BeispielParameterProcessFlagInput",
  "parameter": [
    {
      "name": "markierung",
      "part": [
        {
          "name": "markierung",
          "valueCoding": {
            "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnung-markierung-cs",
            "code": "bezahlt"
          }
        },
        {
          "name": "zeitpunkt",
          "valueDateTime": "2024-05-30T13:00:00.001+02:00"
        },
        {
          "name": "details",
          "valueString": "Bezahlt mit falschem Betreff"
        }
      ]
    },
    {
      "name": "markierung",
      "part": [
        {
          "name": "markierung",
          "valueCoding": {
            "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnung-markierung-cs",
            "code": "gelesen"
          }
        }
      ]
    }
  ]
}