{
  "resourceType": "StructureDefinition",
  "id": "test-digidot-Helsegruppe-no",
  "url": "http://novari.no/fhir/digidot/StructureDefinition/test-digidot-Helsegruppe-no",
  "version": "0.1.0-test",
  "name": "TestDigidotHelsegruppeNo",
  "title": "TEST DigiDOT Health Group Extension (NO)",
  "status": "draft",
  "date": "2026-05-20",
  "publisher": "Novari AS - DigiDOT",
  "description": "TEST comparison extension for the health group/payment category snapshot used on an Encounter. This should represent the category used for the contact, not the full economic settlement.",
  "purpose": "Use this extension to carry the health group or payment category snapshot that applied to a specific Encounter. It is not intended to model the full financial settlement.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "context": [
    {
      "type": "element",
      "expression": "Encounter"
    }
  ],
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "min": 1,
        "max": "1",
        "fixedUri": "http://novari.no/fhir/digidot/StructureDefinition/test-digidot-Helsegruppe-no"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Use the health group code that was applied for this encounter/payment context.",
          "valueSet": "http://novari.no/fhir/digidot/ValueSet/test-digidot-helsegruppe"
        }
      }
    ]
  }
}