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

FHIR IG analytics

Packageelb.ck.private
Resource TypeParameters
IdConfirmationRequestParameters.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",
  "meta": {
    "profile": [
      "https://e-lb.de/fhir/StructureDefinition/KK_ELB_ConfirmationRequestParameters"
    ]
  },
  "parameter": [
    {
      "name": "requestType",
      "valueCoding": {
        "system": "https://e-lb.de/fhir/CodeSystem/KK_ELB_RequestType",
        "code": "REQUEST_WITH_CALLBACK"
      }
    },
    {
      "name": "callbackUrl",
      "valueUrl": "https://e-lb.de/fhir/callbackurl"
    },
    {
      "name": "emailContactPoint",
      "valueContactPoint": {
        "system": "email",
        "value": "endpointmanager@example.org"
      }
    },
    {
      "name": "softwareIdentifier",
      "valueString": "pvs.example.com"
    },
    {
      "name": "chargeItem",
      "resource": {
        "resourceType": "ChargeItem",
        "meta": {
          "profile": [
            "https://e-lb.de/fhir/StructureDefinition/KK_ELB_ChargeItem"
          ],
          "security": [
            {
              "system": "https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_Nutzungsbedingung_Version",
              "code": "1"
            }
          ]
        },
        "extension": [
          {
            "url": "https://e-lb.de/fhir/StructureDefinition/KK_ELB_Payor",
            "valueIdentifier": {
              "system": "http://fhir.de/sid/arge-ik/iknr",
              "value": "101575519"
            }
          }
        ],
        "identifier": [
          {
            "system": "urn:ietf:rfc:3986",
            "value": "urn:uuid:11122e3e-cb4a-55b6-77f8-dc9dbdb111c2"
          }
        ],
        "status": "unknown",
        "code": {
          "coding": [
            {
              "system": "https://e-lb.de/fhir/sid/KK_ELB_ChargeItemCode",
              "code": "31600"
            }
          ]
        },
        "subject": {
          "identifier": {
            "system": "http://fhir.de/sid/gkv/kvid-10",
            "value": "K121212345"
          }
        },
        "occurrencePeriod": {
          "start": "2022-06-12T16:50:00+00:00",
          "end": "2022-06-12T17:50:00+00:00"
        },
        "performer": [
          {
            "function": {
              "coding": [
                {
                  "system": "https://e-lb.de/fhir/CodeSystem/KK_ELB_SGS",
                  "code": "F"
                }
              ]
            },
            "actor": {
              "type": "Organization",
              "identifier": {
                "system": "http://fhir.de/sid/arge-ik/iknr",
                "value": "123456789"
              },
              "display": "Sarah Schneider"
            }
          }
        ]
      }
    },
    {
      "name": "chargeItem",
      "resource": {
        "resourceType": "ChargeItem",
        "meta": {
          "profile": [
            "https://e-lb.de/fhir/StructureDefinition/KK_ELB_ChargeItem"
          ],
          "security": [
            {
              "system": "https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_Nutzungsbedingung_Version",
              "code": "1"
            }
          ]
        },
        "extension": [
          {
            "url": "https://e-lb.de/fhir/StructureDefinition/KK_ELB_Payor",
            "valueIdentifier": {
              "system": "http://fhir.de/sid/arge-ik/iknr",
              "value": "101575519"
            }
          }
        ],
        "identifier": [
          {
            "system": "urn:ietf:rfc:3986",
            "value": "urn:uuid:11122e3e-cb4a-55b6-77f8-dc9dbdb111c7"
          }
        ],
        "status": "unknown",
        "code": {
          "coding": [
            {
              "system": "https://e-lb.de/fhir/sid/KK_ELB_ChargeItemCode",
              "code": "31600"
            }
          ]
        },
        "subject": {
          "identifier": {
            "system": "http://fhir.de/sid/gkv/kvid-10",
            "value": "K121212345"
          }
        },
        "occurrencePeriod": {
          "start": "2022-06-12T16:50:00+00:00",
          "end": "2022-06-12T17:50:00+00:00"
        },
        "performer": [
          {
            "function": {
              "coding": [
                {
                  "system": "https://e-lb.de/fhir/CodeSystem/KK_ELB_SGS",
                  "code": "F"
                }
              ]
            },
            "actor": {
              "type": "Organization",
              "identifier": {
                "system": "http://fhir.de/sid/arge-ik/iknr",
                "value": "123456789"
              },
              "display": "Praxis Schneider und Co."
            }
          },
          {
            "actor": {
              "type": "Practitioner",
              "display": "Sarah Schneider"
            }
          }
        ]
      }
    }
  ]
}