{
  "resourceType": "StructureDefinition",
  "id": "patient-imposetest-hostprofile",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-imposeProfile",
      "valueCanonical": "http://example.org/fhir/StructureDefinition/patient-imposetest-imposedprofile"
    }
  ],
  "url": "http://example.org/fhir/StructureDefinition/patient-imposetest-hostprofile",
  "name": "PatientImposeTest-HostProfile",
  "title": "Patient (Impose Test Host Profile)",
  "status": "draft",
  "experimental": true,
  "description": "Patient Impose Test for testing whether a profile imposed on this profile has rules that are picked up by the validator when an instance is missing a required element",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}