{
  "resourceType": "StructureDefinition",
  "id": "BabylonUHBPatient",
  "url": "https://fhir.bbl.health/StructureDefinition/BabylonUHBPatient",
  "version": "1.0.0",
  "name": "Babylon UHB Patient",
  "status": "active",
  "date": "2019-08-15",
  "description": "Patient resource defined for exchange between Babylon Health and UHB.",
  "purpose": "Passing patient demographic attributes to UHB following triage intake.",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "min": 1,
        "fixedBoolean": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.contact",
        "path": "Patient.contact",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "min": 0,
        "max": "0"
      }
    ]
  }
}