{
  "resourceType": "StructureDefinition",
  "id": "99",
  "url": "https://example.org/fhir/StructureDefinition/Pathologyencounter",
  "version": "1",
  "name": "PathoEncounter",
  "status": "draft",
  "date": "2023-08-04T08:40:57.6565923+00:00",
  "description": "Patient encounter",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.identifier",
        "path": "Encounter.identifier",
        "max": "7"
      }
    ]
  }
}