{
  "resourceType": "Encounter",
  "id": "s4h-encounter-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-encounter"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.smart4health.eu/CodeSystem/ittm-visit-id",
      "value": "visit3"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.smart4health.eu/CodeSystem/s4h-encounter-type",
          "code": "back-pain-treatment",
          "display": "Back pain treatment"
        }
      ]
    }
  ],
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "period": {
    "start": "2020-02-06",
    "end": "2020-02-06"
  },
  "serviceProvider": {
    "identifier": {
      "system": "http://fhir.smart4health.eu/CodeSystem/ittm-location-id",
      "value": "some-clinic-id"
    }
  },
  "partOf": {
    "identifier": {
      "system": "http://fhir.smart4health.eu/CodeSystem/ittm-case-id",
      "value": "some-session-id"
    }
  }
}