{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2019-05-03T13:05:36.6621025+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "date": "2019-05-03T13:05:33.663+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.name",
        "path": "Patient.name",
        "short": "Ley N°20.584",
        "definition": "No se colocara el nombre de la persona por el hecho de dar datos geograficos y estado de salud vulneraría la privacidad del paciente.",
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": "Anonimo"
          }
        ]
      },
      {
        "id": "Patient.link.type",
        "path": "Patient.link.type",
        "type": [
          {
            "code": "code",
            "profile": "Asociado al recurso Organización (HEP)"
          }
        ],
        "fixedCode": "Refer"
      }
    ]
  }
}