{
  "resourceType": "StructureDefinition",
  "id": "pl-base-patient",
  "url": "http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-base-patient",
  "version": "0.0.1",
  "name": "PLBasePatient",
  "title": "Pacjent",
  "status": "draft",
  "description": "Bazowy profil pacjenta",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1
      }
    ]
  }
}