{
  "resourceType": "StructureDefinition",
  "id": "IHE.PCS.Encounter",
  "url": "http://ihe.net/fhir/StructureDefinition/IHE.PCS.Encounter",
  "name": "IHE.PCS.Encounter",
  "status": "draft",
  "experimental": false,
  "description": "Encounter constrained for Paramedicine Care Summary (PCS).",
  "fhirVersion": "3.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",
        "mustSupport": true
      },
      {
        "id": "Encounter.identifier.type",
        "path": "Encounter.identifier.type",
        "mustSupport": true
      },
      {
        "id": "Encounter.identifier.period",
        "path": "Encounter.identifier.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.statusHistory",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "StatusHistory"
          }
        ],
        "path": "Encounter.statusHistory",
        "mustSupport": false
      },
      {
        "id": "Encounter.type",
        "path": "Encounter.type",
        "mustSupport": true
      },
      {
        "id": "Encounter.priority",
        "path": "Encounter.priority",
        "mustSupport": true
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.period.end",
        "path": "Encounter.period.end",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.reason",
        "path": "Encounter.reason",
        "mustSupport": true
      },
      {
        "id": "Encounter.diagnosis",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Diagnosis"
          }
        ],
        "path": "Encounter.diagnosis",
        "mustSupport": true
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "mustSupport": true
      }
    ]
  }
}