FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "il-core-observation-lab",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-observation-lab",
"version": "0.12.1",
"name": "ILCoreObservationLab",
"title": "ILCore Observation Lab Profile",
"status": "draft",
"date": "2021-05-02",
"publisher": "Israel Core Team",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "ido.levin@moh.gov.il"
}
]
}
],
"description": "Israel Core proposed constraints and extensions on the ILCoreObservation Resource for laboratory observations",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "sct-concept",
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "sct-attr",
"uri": "http://snomed.org/attributebinding",
"name": "SNOMED CT Attribute Binding"
}
],
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation",
"path": "Observation",
"short": "ILCore Observation Lab Profile",
"definition": "Definitions for the profile ILCoreObservationLabcd resource profile.",
"comment": "Note that The value[x] types might become more restrictive in the future"
},
{
"id": "Observation.category",
"path": "Observation.category",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Observation.category:il-core",
"path": "Observation.category",
"sliceName": "il-core",
"min": 1,
"max": "1"
},
{
"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",
"path": "Observation.code.coding",
"min": 1,
"binding": {
"strength": "required"
}
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"min": 1
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Observation.effective[x]:effectiveDateTime",
"path": "Observation.effective[x]",
"sliceName": "effectiveDateTime",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mustSupport": true
},
{
"id": "Observation.performer",
"path": "Observation.performer",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "type"
}
],
"rules": "open",
"description": "Type of performer - organization or practitioner",
"ordered": false
},
"min": 1
},
{
"id": "Observation.performer:prac",
"path": "Observation.performer",
"sliceName": "prac",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
]
}
]
},
{
"id": "Observation.performer:prac.type",
"path": "Observation.performer.type",
"min": 1,
"fixedUri": "ILCorePractitioner"
},
{
"id": "Observation.performer:org",
"path": "Observation.performer",
"sliceName": "org",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-organization"
]
}
]
},
{
"id": "Observation.performer:org.type",
"path": "Observation.performer.type",
"min": 1,
"fixedUri": "ILCoreOrganization"
},
{
"id": "Observation.value[x]:valueQuantity",
"path": "Observation.value[x]",
"sliceName": "valueQuantity",
"type": [
{
"code": "Quantity"
}
],
"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]",
"sliceName": "valueCodeableConcept",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-value"
}
},
{
"id": "Observation.value[x]:valueString",
"path": "Observation.value[x]",
"sliceName": "valueString",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"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]",
"sliceName": "valueCodeableConcept",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-value"
}
}
]
}
}