{
  "resourceType": "StructureDefinition",
  "id": "6d33293c-a5b6-4b51-b125-bb75c87ea4b9",
  "meta": {
    "lastUpdated": "2017-10-20T15:57:09.075+00:00"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/CompletePatientProfile",
  "name": "CompletePatientProfile",
  "status": "draft",
  "date": "2017-10-19T09:14:55.7+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.id",
        "path": "Patient.id",
        "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:DateReceived",
        "path": "Patient.extension",
        "sliceName": "DateReceived",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/DateReceived"
          }
        ]
      },
      {
        "id": "Patient.extension:Postcode",
        "path": "Patient.extension",
        "sliceName": "Postcode",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/Postcode"
          }
        ]
      },
      {
        "id": "Patient.extension:PatientPreferredContactNumber",
        "path": "Patient.extension",
        "sliceName": "PatientPreferredContactNumber",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/PatientPreferredContactNumber"
          }
        ]
      },
      {
        "id": "Patient.extension:Email",
        "path": "Patient.extension",
        "sliceName": "Email",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/Email"
          }
        ]
      },
      {
        "id": "Patient.extension:Ethnicity",
        "path": "Patient.extension",
        "sliceName": "Ethnicity",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/Ethnicity"
          }
        ]
      },
      {
        "id": "Patient.extension:InterpreterRequired",
        "path": "Patient.extension",
        "sliceName": "InterpreterRequired",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/InterpreterRequired"
          }
        ]
      },
      {
        "id": "Patient.extension:NHSNumber",
        "path": "Patient.extension",
        "sliceName": "NHSNumber",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/NHSNumber"
          }
        ]
      },
      {
        "id": "Patient.extension:HospitalNumber",
        "path": "Patient.extension",
        "sliceName": "HospitalNumber",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/HospitalNumber"
          }
        ]
      },
      {
        "id": "Patient.extension:GPDetails",
        "path": "Patient.extension",
        "sliceName": "GPDetails",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/GPDetails"
          }
        ]
      },
      {
        "id": "Patient.extension:ReferralDate",
        "path": "Patient.extension",
        "sliceName": "ReferralDate",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/ReferralDate"
          }
        ]
      },
      {
        "id": "Patient.extension:Status",
        "path": "Patient.extension",
        "sliceName": "Status",
        "short": "Optional Extensions Element",
        "definition": "Optional Extension Element - found in all resources.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/Status"
          }
        ]
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "1"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "max": "0"
      }
    ]
  }
}