{
  "resourceType": "StructureDefinition",
  "id": "PatientName",
  "meta": {
    "source": "teste-restricao"
  },
  "url": "https://hl7.org/fhir/StructureDefinition/PatientName",
  "identifier": [
    {
      "use": "temp",
      "system": "sas-profile-patient-restricao",
      "value": "sas-profile-patient-restricao"
    }
  ],
  "version": "0.0.1",
  "name": "PatientName",
  "status": "active",
  "date": "2022-06-16T13:38:44.728491+00:00",
  "description": "Profile para tornar obrigatório a informação do Nome do Patient.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PatientName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.name.text",
        "path": "Patient.name.text",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Data de Nascimento",
        "min": 1
      }
    ]
  }
}