{
"description": "Abstract Observation to define common features of a main pathology observation",
"_filename": "StructureDefinition-mii-pr-patho-base-observation.json",
"package_name": "de.medizininformatikinitiative.kerndatensatz.patho",
"date": null,
"derivation": "constraint",
"publisher": "Medizininformatik Initiative",
"fhirVersion": "4.0.1",
"name": "MII_PR_Patho_Base_Observation",
"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": true,
"type": "Observation",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MII PR Patho Base Observation",
"package_version": "1.0.0",
"status": "active",
"id": "6ee4ad16-e282-414d-b2c8-2c212c28b815",
"kind": "resource",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-base-observation",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Observation.id",
"path": "Observation.id",
"mustSupport": true
}, {
"id": "Observation.meta.lastUpdated",
"path": "Observation.meta.lastUpdated",
"mustSupport": true
}, {
"id": "Observation.meta.profile",
"path": "Observation.meta.profile",
"mustSupport": true
}, {
"id": "Observation.identifier",
"path": "Observation.identifier",
"mustSupport": true
}, {
"id": "Observation.basedOn",
"path": "Observation.basedOn",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ]
} ],
"mustSupport": true
}, {
"id": "Observation.status",
"path": "Observation.status",
"mustSupport": true
}, {
"id": "Observation.category",
"min": 1,
"path": "Observation.category",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
},
"mustSupport": true
}, {
"id": "Observation.category.coding",
"min": 1,
"path": "Observation.category.coding",
"mustSupport": true
}, {
"id": "Observation.category.coding.system",
"min": 1,
"path": "Observation.category.coding.system",
"mustSupport": true
}, {
"id": "Observation.category.coding.code",
"min": 1,
"path": "Observation.category.coding.code",
"mustSupport": true
}, {
"id": "Observation.category:laboratory-category",
"max": "1",
"min": 1,
"path": "Observation.category",
"sliceName": "laboratory-category",
"mustSupport": true,
"patternCodeableConcept": {
"coding": [ {
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
} ]
}
}, {
"id": "Observation.code",
"path": "Observation.code",
"mustSupport": true
}, {
"id": "Observation.code.coding",
"min": 1,
"path": "Observation.code.coding",
"binding": {
"strength": "preferred",
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/ValueSet/mii-vs-patho-all-loinc"
},
"mustSupport": true
}, {
"id": "Observation.code.coding.system",
"min": 1,
"path": "Observation.code.coding.system",
"mustSupport": true
}, {
"id": "Observation.code.coding.code",
"min": 1,
"path": "Observation.code.coding.code",
"mustSupport": true
}, {
"id": "Observation.subject",
"path": "Observation.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"mustSupport": true
}, {
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"type": [ {
"code": "dateTime"
} ],
"mustSupport": true
}, {
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"mustSupport": true
}, {
"id": "Observation.bodySite.coding",
"path": "Observation.bodySite.coding",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
}
}, {
"id": "Observation.bodySite.coding:sct",
"max": "1",
"min": 0,
"path": "Observation.bodySite.coding",
"binding": {
"strength": "required",
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-biobank/ValueSet/sct-body-structures"
},
"sliceName": "sct",
"mustSupport": true,
"patternCoding": {
"system": "http://snomed.info/sct"
}
}, {
"id": "Observation.bodySite.coding:sct.system",
"min": 1,
"path": "Observation.bodySite.coding.system",
"mustSupport": true
}, {
"id": "Observation.method",
"path": "Observation.method",
"mustSupport": true
}, {
"id": "Observation.specimen",
"path": "Observation.specimen",
"mustSupport": true
}, {
"id": "Observation.hasMember",
"path": "Observation.hasMember",
"mustSupport": true
}, {
"id": "Observation.derivedFrom",
"path": "Observation.derivedFrom",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this.resolve()",
"type": "type"
} ]
},
"mustSupport": true
}, {
"id": "Observation.derivedFrom:attached-image",
"max": "*",
"min": 0,
"path": "Observation.derivedFrom",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-attached-image" ]
} ],
"sliceName": "attached-image",
"mustSupport": true
}, {
"id": "Observation.derivedFrom:dicom-image",
"max": "*",
"min": 0,
"path": "Observation.derivedFrom",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ]
} ],
"sliceName": "dicom-image",
"mustSupport": true
}, {
"id": "Observation.component.code",
"path": "Observation.component.code",
"mustSupport": true
}, {
"id": "Observation.component.value[x]",
"path": "Observation.component.value[x]",
"type": [ {
"code": "Quantity"
}, {
"code": "CodeableConcept"
}, {
"code": "string"
}, {
"code": "Ratio"
} ]
}, {
"id": "Observation.component.dataAbsentReason",
"path": "Observation.component.dataAbsentReason",
"mustSupport": true
} ]
},
"contact": [ {
"telecom": [ {
"value": "https://www.medizininformatik-initiative.de",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}