{
  "resourceType": "StructureDefinition",
  "id": "specimen-combine-sample-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/specimen-combine-sample-my-core",
  "version": "1.0.0",
  "name": "ExtensionSpecimenCombineSampleMyCore",
  "title": "ExtensionSpecimenCombineSample (MY Core)",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "description": "Extension to determine whether the lab test allows combining the same sample with another lab test",
  "purpose": "Whether or not this specimen can combine its sample",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "SpecimenDefinition.typeTested"
    },
    {
      "type": "element",
      "expression": "Specimen.container"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.hie.moh.gov.my/StructureDefinition/specimen-combine-sample-my-core"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}