German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Constraint test: PraxisPreliminaryBillingClaimDE — item 1..*, subType=vorlaeufig - JSON Representation

Raw json | Download

{
  "resourceType" : "Claim",
  "id" : "TestPraxisPreliminaryBillingClaimInstance",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-preliminary-billing-claim-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim TestPraxisPreliminaryBillingClaimInstance</b></p><a name=\"TestPraxisPreliminaryBillingClaimInstance\"> </a><a name=\"hcTestPraxisPreliminaryBillingClaimInstance\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-preliminary-billing-claim-de.html\">Praxis Preliminary Billing Claim DE</a></p></div><p><b>status</b>: Draft</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>subType</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/billing-claim-subtype vorlaeufig}\">Preliminary Billing Claim</span></p><p><b>use</b>: Predetermination</p><p><b>patient</b>: <a href=\"Patient-TestAWSSTPatient.html\">Test  (no stated gender), DoB Unknown</a></p><p><b>created</b>: 2024-01-01</p><p><b>insurer</b>: <a href=\"Organization-TestAWSSTInsurerOrg.html\">Organization Test Insurer</a></p><p><b>provider</b>: Test Provider</p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td>Test Coverage</td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:\">Test Service</span></td></tr></table></div>"
  },
  "status" : "draft",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/claim-type",
        "code" : "professional"
      }
    ]
  },
  "subType" : {
    "coding" : [
      {
        "system" : "https://fhir.cognovis.de/praxis/CodeSystem/billing-claim-subtype",
        "code" : "vorlaeufig"
      }
    ]
  },
  "use" : "predetermination",
  "patient" : {
    🔗 "reference" : "Patient/TestAWSSTPatient"
  },
  "created" : "2024-01-01",
  "insurer" : {
    🔗 "reference" : "Organization/TestAWSSTInsurerOrg"
  },
  "provider" : {
    "display" : "Test Provider"
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/processpriority",
        "code" : "normal"
      }
    ]
  },
  "insurance" : [
    {
      "sequence" : 1,
      "focal" : true,
      "coverage" : {
        "display" : "Test Coverage"
      }
    }
  ],
  "item" : [
    {
      "sequence" : 1,
      "productOrService" : {
        "text" : "Test Service"
      }
    }
  ]
}