{
  "resourceType": "StructureDefinition",
  "id": "6005febb-c8c6-4162-a9db-24fc89f53a8a",
  "meta": {
    "lastUpdated": "2018-11-30T12:18:39.03+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyPatient",
  "name": "Patient For NHIS",
  "status": "draft",
  "date": "2018-11-30T12:18:40.3618952+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.meta.profile",
        "path": "Patient.meta.profile",
        "type": [
          {
            "code": "uri",
            "profile": "http://hl7.org/fhir/StructureDefinition/MyClaim"
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1
      }
    ]
  }
}