{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-06-08T21:55:16.284+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://www.fhir.org/guides/argonaut/r3/StructureDefinition/SchedulablePatient",
  "version": "0.1",
  "name": "ScheduleablePatient",
  "status": "draft",
  "date": "2017-06-08T21:50:19.4836464+00:00",
  "description": "A de-identified patient resource that can be used to provide demographics information for the purpose of discovering appointment availability.",
  "purpose": "Communicating patient demographics to identify a class of patients that can drive apponitment availability.",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "path": "Patient.active",
        "max": "0"
      },
      {
        "path": "Patient.name",
        "max": "0"
      },
      {
        "path": "Patient.telecom",
        "max": "0"
      },
      {
        "path": "Patient.deceased[x]",
        "max": "0"
      },
      {
        "path": "Patient.address",
        "max": "0"
      },
      {
        "path": "Patient.maritalStatus",
        "max": "0"
      },
      {
        "path": "Patient.multipleBirth[x]",
        "max": "0"
      },
      {
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Contact"
          }
        ],
        "path": "Patient.contact",
        "max": "0"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Animal"
          }
        ],
        "path": "Patient.animal",
        "max": "0"
      },
      {
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "path": "Patient.managingOrganization",
        "max": "0"
      },
      {
        "path": "Patient.link",
        "max": "0"
      }
    ]
  }
}