{
  "resourceType": "StructureDefinition",
  "id": "ACMEGithubProjectPatient",
  "url": "http://fake-acme.org/fhir/StructureDefinition/ACMEGithubProjectPatient",
  "version": "1.0.0",
  "name": "ACMEGithubProjectPatient",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "argonaut-dq-dstu2",
      "uri": "http://unknown.org/Argonaut-DQ-DSTU2",
      "name": "Argonaut-DQ-DSTU2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "constraint": [
          {
            "key": "acme-devdays-1",
            "severity": "error",
            "human": "The Patient should be identifiable",
            "expression": "name.exists() or identifier.exists()",
            "source": "http://fake-acme.org/fhir/StructureDefinition/ACMEGithubProjectPatient"
          }
        ]
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "max": "1"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "min": 1
      },
      {
        "id": "Patient.communication.language",
        "path": "Patient.communication.language",
        "binding": {
          "strength": "required",
          "valueSet": "http://fake-acme.org/fhir/ValueSet/DutchOnlyVS"
        }
      }
    ]
  }
}