PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/il-core-observation-lab
{
  "description": "Israel Core proposed constraints and extensions on the ILCoreObservation Resource for laboratory observations",
  "_filename": "StructureDefinition-il-core-observation-lab.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreObservationLab",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Observation Lab Profile",
  "package_version": "0.14.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "draft"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  } ],
  "status": "draft",
  "id": "8de2e3c8-dc16-4d87-a5a9-bf046811f3c2",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-observation-lab",
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "short": "ILCore Observation Lab Profile",
      "comment": "Note that The value[x] types might become more restrictive in the future",
      "definition": "Israel Core proposed constraints and extensions on the profile ILCoreObservationLabcd resource profile."
    }, {
      "id": "Observation.category",
      "min": 1,
      "path": "Observation.category",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.category:il-core",
      "max": "1",
      "min": 1,
      "path": "Observation.category",
      "sliceName": "il-core"
    }, {
      "id": "Observation.category:il-core.coding",
      "path": "Observation.category.coding",
      "patternCoding": {
        "code": "108252007",
        "system": "http://snomed.info/sct",
        "display": "Laboratory procedure (procedure)"
      }
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-lab-code"
      }
    }, {
      "id": "Observation.code.coding",
      "min": 1,
      "path": "Observation.code.coding"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject"
    }, {
      "id": "Observation.effective[x]",
      "path": "Observation.effective[x]",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "id": "Observation.effective[x]:effectiveDateTime",
      "max": "1",
      "min": 0,
      "path": "Observation.effective[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "effectiveDateTime",
      "mustSupport": true
    }, {
      "id": "Observation.performer",
      "min": 1,
      "path": "Observation.performer",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Type of performer - organization or practitioner",
        "discriminator": [ {
          "path": "type",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Observation.performer:practitioner",
      "max": "*",
      "min": 0,
      "path": "Observation.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner" ]
      } ],
      "sliceName": "practitioner"
    }, {
      "id": "Observation.performer:practitioner.type",
      "min": 1,
      "path": "Observation.performer.type",
      "fixedUri": "ILCorePractitioner"
    }, {
      "id": "Observation.performer:organization",
      "max": "*",
      "min": 0,
      "path": "Observation.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ],
      "sliceName": "organization"
    }, {
      "id": "Observation.performer:organization.type",
      "min": 1,
      "path": "Observation.performer.type",
      "fixedUri": "ILCoreOrganization"
    }, {
      "id": "Observation.value[x]",
      "path": "Observation.value[x]",
      "type": [ {
        "code": "Quantity"
      }, {
        "code": "CodeableConcept"
      }, {
        "code": "string"
      }, {
        "code": "boolean"
      }, {
        "code": "integer"
      }, {
        "code": "Range"
      }, {
        "code": "Ratio"
      } ]
    }, {
      "id": "Observation.value[x]:valueQuantity",
      "path": "Observation.value[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://unitsofmeasure.org"
      },
      "sliceName": "valueQuantity",
      "mustSupport": true
    }, {
      "id": "Observation.value[x]:valueCodeableConcept",
      "path": "Observation.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-value"
      },
      "sliceName": "valueCodeableConcept",
      "mustSupport": true
    }, {
      "id": "Observation.value[x]:valueString",
      "max": "1",
      "min": 0,
      "path": "Observation.value[x]",
      "type": [ {
        "code": "string"
      } ],
      "sliceName": "valueString",
      "mustSupport": true
    }, {
      "id": "Observation.dataAbsentReason",
      "path": "Observation.dataAbsentReason",
      "mustSupport": true
    }, {
      "id": "Observation.interpretation",
      "path": "Observation.interpretation",
      "mustSupport": true
    }, {
      "id": "Observation.specimen",
      "path": "Observation.specimen",
      "mustSupport": true
    }, {
      "id": "Observation.component.value[x]:valueCodeableConcept",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-value"
      },
      "sliceName": "valueCodeableConcept"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "tal.primak@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-observation"
}