{
  "resourceType": "StructureDefinition",
  "id": "93f40a91-24a0-4c0b-b303-a293c406d3f3",
  "meta": {
    "lastUpdated": "2018-01-30T22:55:46.623+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/NolaPatient",
  "name": "NolaPatient",
  "status": "draft",
  "date": "2018-01-30T21:50:18.324+00:00",
  "description": "This is an example Patient profile for the HL7 WGM New Orleans 2018",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.deceased[x]:deceasedBoolean",
        "path": "Patient.deceasedBoolean",
        "sliceName": "deceasedBoolean",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Patient.contact",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Contact"
          }
        ],
        "path": "Patient.contact",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.animal",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Animal"
          }
        ],
        "path": "Patient.animal",
        "max": "0"
      }
    ]
  }
}