PackagesCanonicalsLogsProblems
    Packages
    eu.miabis.r4@0.1.0
    https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-condition
{
  "description": "This profile represents a condition, which is linked to sample and donor. It is used to describe diagnosis of the donor and his/her sample.",
  "_filename": "StructureDefinition-miabis-condition.json",
  "package_name": "eu.miabis.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MiabisCondition",
  "abstract": false,
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Condition",
  "package_version": "0.1.0",
  "status": "active",
  "id": "0e08fe64-eeb7-400e-be3e-3594645a4e9b",
  "kind": "resource",
  "url": "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-condition",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Condition.identifier",
      "max": "1",
      "path": "Condition.identifier",
      "short": "ID of Condition",
      "definition": "A unique identifier for the condition.",
      "mustSupport": true
    }, {
      "id": "Condition.code",
      "path": "Condition.code",
      "short": "ICD-10 Code representing diagnosis of the patient.",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.bbmri-eric.eu/fhir/ValueSet/miabis-diagnosis-vs"
      },
      "definition": "The ICD-10 code of the condition. This code is used to represent only the diagnosis of the patient. It is not used to represent the condition of the sample. For the condition of the sample, use the stage.assessment element.",
      "mustSupport": true
    }, {
      "id": "Condition.subject",
      "path": "Condition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-donor" ]
      } ],
      "short": "Linked Donor",
      "definition": "Donor which is linked to the condition",
      "mustSupport": true
    }, {
      "id": "Condition.stage.assessment",
      "path": "Condition.stage.assessment",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-diagnosis-report" ]
      } ],
      "short": "Diagnostic Report",
      "definition": "This element is used to link the condition to the sample and to the diagnosis of the said sample. It is used to represent the condition of the sample. For the diagnosis of the patient (which is not linked to a specific sample, ie condition that patient has been diagnoses elsewhere), use the code element.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition"
}