{
  "resourceType": "StructureDefinition",
  "id": "41d0383c-bfc3-4511-96ce-fe5aeff47a9a",
  "meta": {
    "lastUpdated": "2021-06-08T06:12:01.199+00:00"
  },
  "url": "https://fhir.mhn.asia/emr/StructureDefinition/MyModel",
  "name": "MyModel",
  "status": "draft",
  "date": "2021-01-23T08:42:49.3883308+00:00",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://example.org/fhir/StructureDefinition/MyModel1",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "MyModel1",
        "path": "MyModel1",
        "short": "test model",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "MyModel1.element",
        "path": "MyModel1.element",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      }
    ]
  }
}