PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4.2023@0.1.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.2023",
  "date": "2021-05-02",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreObservationLab",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Observation Lab Profile",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "137ede76-c294-4405-ab58-c1836a0ce0e1",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-observation-lab",
  "version": "0.12.1",
  "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": "Definitions for 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",
      "binding": {
        "strength": "required"
      }
    }, {
      "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"
        } ]
      }
    }, {
      "id": "Observation.performer:prac",
      "max": "*",
      "min": 0,
      "path": "Observation.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner" ]
      } ],
      "sliceName": "prac"
    }, {
      "id": "Observation.performer:prac.type",
      "min": 1,
      "path": "Observation.performer.type",
      "fixedUri": "ILCorePractitioner"
    }, {
      "id": "Observation.performer:org",
      "max": "*",
      "min": 0,
      "path": "Observation.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ],
      "sliceName": "org"
    }, {
      "id": "Observation.performer:org.type",
      "min": 1,
      "path": "Observation.performer.type",
      "fixedUri": "ILCoreOrganization"
    }, {
      "id": "Observation.value[x]:valueQuantity",
      "path": "Observation.value[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "sliceName": "valueQuantity",
      "mustSupport": true
    }, {
      "id": "Observation.value[x]:valueQuantity.system",
      "path": "Observation.value[x].system",
      "fixedUri": "http://unitsofmeasure.org"
    }, {
      "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.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": "ido.levin@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-observation"
}