{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-09-28T16:31:17.344+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/COV-nlcorepatient",
  "name": "COV-nlcorepatient",
  "status": "draft",
  "date": "2018-09-28T16:31:17.2570655+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:legalStatus",
        "path": "Patient.extension",
        "sliceName": "legalStatus",
        "max": "0"
      },
      {
        "id": "Patient.extension:healthInsurance",
        "path": "Patient.extension",
        "sliceName": "healthInsurance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://example.org/fhir/StructureDefinition/COV-CoverageExtension"
          }
        ]
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.contact",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Contact"
          }
        ],
        "path": "Patient.contact",
        "max": "0"
      },
      {
        "id": "Patient.animal",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Animal"
          }
        ],
        "path": "Patient.animal",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "max": "0"
      }
    ]
  }
}