{
  "resourceType": "StructureDefinition",
  "id": "mirjams-course-humanname",
  "url": "http://mirjams.examples.org/StructureDefinition/mirjams-course-humanname",
  "version": "0.1.0",
  "name": "MirjamsHumanName",
  "title": "Mirjam's Course HumanName Profile",
  "status": "active",
  "description": "HumanName profile for the \"Complex constraints\" exercise from Mirjam's Data Modeling course",
  "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"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "definition": "HumanName profile for exercise 4 in Mirjam's Profiling course"
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "min": 1,
        "max": "3",
        "mustSupport": true
      }
    ]
  }
}