{
  "resourceType": "StructureDefinition",
  "id": "List-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/List-my-core",
  "version": "1.0.0",
  "name": "ListMyCore",
  "title": "List (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "description": "A list is a curated collection of resources that is flat, possibly ordered. List resources can be used in many places, including allergies, medications, alerts, family history, medical history, etc.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.extension:operationStatus",
        "path": "List.extension",
        "sliceName": "operationStatus",
        "short": "Extension about the operational status of this List Resource",
        "definition": "Extension about the operational status of this List Resource",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/list-operation-status-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "List.extension:period",
        "path": "List.extension",
        "sliceName": "period",
        "short": "Extension of about the active period of this List Resource",
        "definition": "Extension of about the active period of this List Resource",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/list-period-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "List.code",
        "path": "List.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/sub-record-type-my-core"
        }
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1
      },
      {
        "id": "List.date",
        "path": "List.date",
        "min": 1
      }
    ]
  }
}