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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mtb
Resource TypeClaim
IdClaim-MII-EXA-MTB-Antrag-Kostenuebernahme-Beispiel-1.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": "Claim",
  "id": "MII-EXA-MTB-Antrag-Kostenuebernahme-Beispiel-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-antrag-kostenuebernahme|2026.0.0"
    ]
  },
  "insurance": [
    {
      "focal": true,
      "sequence": 1,
      "coverage": {
        "reference": "Coverage/CoverageExample"
      }
    }
  ],
  "careTeam": [
    {
      "sequence": 1,
      "provider": {
        "reference": "Organization/ZPMExample"
      },
      "responsible": true
    }
  ],
  "related": [
    {
      "relationship": {
        "coding": [
          {
            "code": "initial-claim"
          }
        ]
      }
    }
  ],
  "status": "active",
  "priority": {
    "coding": [
      {
        "code": "normal",
        "system": "http://terminology.hl7.org/CodeSystem/processpriority"
      }
    ]
  },
  "type": {
    "coding": [
      {
        "code": "institutional"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/example"
  },
  "created": "2024-07-07",
  "provider": {
    "reference": "Organization/InstitutionID"
  },
  "prescription": {
    "reference": "MedicationRequest/TherapieempfehlungExample"
  }
}