FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeStructureDefinition
IdStructureDefinition-List-my-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "List-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/List-my-core",
  "name": "ListMyCore",
  "title": "List (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "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
      }
    ]
  }
}