{
  "resourceType": "StructureDefinition",
  "id": "Model-1",
  "url": "http://standard-interoperability-lab.com/fhir/StructureDefinition/Model-1",
  "name": "Model",
  "title": "Model",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://standard-interoperability-lab.com/fhir/StructureDefinition/Model-1",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Model-1",
        "path": "Model-1",
        "short": "Test Model for IG",
        "definition": "Test Model for IG",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "Model-1.Patient",
        "path": "Model-1.Patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "Model-1.Patient.PatID",
        "path": "Model-1.Patient.PatID",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "Model-1.Patient.PatLanguage",
        "path": "Model-1.Patient.PatLanguage",
        "short": "PatLanguage",
        "definition": "PatLanguage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "Model-1.Patient.PatResource",
        "path": "Model-1.Patient.PatResource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "url",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/url"
            ]
          }
        ]
      }
    ]
  }
}