{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-12-05T11:28:04.941+00:00"
  },
  "url": "http://bueorg/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "date": "2018-12-05T11:28:04.7226719+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.address",
        "path": "Patient.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://bueorg/fhir/StructureDefinition/MyNewAddress"
          }
        ]
      }
    ]
  }
}