{
  "resourceType": "StructureDefinition",
  "id": "Consent-my-core",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-11-19T05:06:37.0899273+00:00"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core",
  "version": "1.0.0",
  "name": "ConsentMyCore",
  "title": "Consent (MY Core)",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "description": "A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/consent-category-my-core"
        }
      },
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "min": 1
      }
    ]
  }
}