{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/MicrobiologyLaboratory/StructureDefinition/MicrobiologyLaboratoryPractitioner",
  "name": "MicrobiologyLaboratoryPractitioner",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "requirements": "Hauptnahme erforderlich lt. ELGA-CDA",
        "min": 1
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "requirements": "mindestens ein Vorname erforderlich lt. ELGA-CDA",
        "min": 1
      },
      {
        "id": "Practitioner.address.line",
        "path": "Practitioner.address.line",
        "requirements": "steetAddressLine und houseNumber required",
        "min": 1
      },
      {
        "id": "Practitioner.address.city",
        "path": "Practitioner.address.city",
        "requirements": "verpflichtend in ELGA-CDA",
        "min": 1
      },
      {
        "id": "Practitioner.address.postalCode",
        "path": "Practitioner.address.postalCode",
        "requirements": "verpflichtend in ELGA-CDA",
        "min": 1
      },
      {
        "id": "Practitioner.address.country",
        "path": "Practitioner.address.country",
        "requirements": "verpflichtend in ELGA-CDA",
        "min": 1
      }
    ]
  }
}