{
  "resourceType": "StructureDefinition",
  "id": "acme-base-patient",
  "meta": {
    "lastUpdated": "2024-05-01T13:23:38.3583814+00:00"
  },
  "url": "https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient",
  "version": "1.0.0",
  "name": "ACMEbasePatient",
  "title": "ACMEbasePatient",
  "status": "draft",
  "date": "2024-01-09T09:29:40.5508317+00:00",
  "publisher": "ACME Corp",
  "description": "ACME-base-patient based on US Core Patient Profile.",
  "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": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:race",
        "path": "Patient.extension",
        "sliceName": "race",
        "max": "0"
      },
      {
        "id": "Patient.extension:ethnicity",
        "path": "Patient.extension",
        "sliceName": "ethnicity",
        "max": "0"
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:ACMEcorpIdentifier",
        "path": "Patient.identifier",
        "sliceName": "ACMEcorpIdentifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.identifier:ACMEcorpIdentifier.system",
        "path": "Patient.identifier.system",
        "fixedUri": "https://fake-acme.org/fhir/NamingSystem/Patient-Identifier"
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "https://fake-acme.org/fhir/StructureDefinition/ACME-base-practitioner",
              "https://fake-acme.org/fhir/StructureDefinition/ACME-base-organization"
            ]
          }
        ]
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fake-acme.org/fhir/StructureDefinition/ACME-base-organization"
            ]
          }
        ]
      }
    ]
  }
}