{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/Encounter_ADT",
  "name": "Encounter_ADT",
  "status": "draft",
  "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",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "definition": "The list of people responsible for providing the service.."
      },
      {
        "id": "Encounter.reasonCode",
        "path": "Encounter.reasonCode",
        "definition": "Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.."
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "definition": "List of locations where  the patient has been during this encounter.."
      }
    ]
  }
}