{
  "resourceType": "StructureDefinition",
  "id": "patient-eu-core",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core",
  "name": "PatientEuCore",
  "title": "Patient (EU core)",
  "status": "active",
  "description": "This profile introduces essential constraints and extensions for the Patient resource that apply across multiple use cases.\nWhen the ips-pat-1 invariant is satisfied \\(Patient.name.given, Patient.name.family or Patient.name.text SHALL be present\\) then this profile complies with the IPS patient profile.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.eu/fhir/base/StructureDefinition/patient-eu",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "constraint": [
          {
            "key": "eu-pat-1",
            "severity": "error",
            "human": "given, family, text or a data-absent-reason extension SHALL be present",
            "expression": "family.exists() or given.exists() or text.exists() or extension('http://hl7.org/fhir/StructureDefinition/data-absent-reason').exists()",
            "source": "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
          }
        ]
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      }
    ]
  }
}
