{
  "resourceType": "StructureDefinition",
  "id": "serviceArea4Org",
  "url": "https://example.org/fhir/StructureDefinition/MyModel",
  "name": "OrganizationServiceArea",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/OrgServiceArea",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "OrgServiceArea",
        "path": "OrgServiceArea",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "OrgServiceArea.serviceArea",
        "path": "OrgServiceArea.serviceArea",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "OrgServiceArea.serviceArea.state",
        "path": "OrgServiceArea.serviceArea.state",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "OrgServiceArea.serviceArea.city",
        "path": "OrgServiceArea.serviceArea.city",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "OrgServiceArea.serviceArea.district",
        "path": "OrgServiceArea.serviceArea.district",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      }
    ]
  }
}