PackagesCanonicalsLogsProblems
    Packages
    eu.miabis.r4@0.1.0
    https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-observation
{
  "description": "Observation containing ICD-10 code of diagnosis",
  "_filename": "StructureDefinition-miabis-observation.json",
  "package_name": "eu.miabis.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MiabisObservation",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Observation",
  "package_version": "0.1.0",
  "status": "active",
  "id": "6f047326-53a1-4ebd-9378-278f5545ccdf",
  "kind": "resource",
  "url": "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-observation",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Observation.identifier",
      "max": "1",
      "path": "Observation.identifier",
      "short": "ID of the observation.",
      "definition": "ID of the observation. Usually given by the data provider",
      "mustSupport": true
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-donor" ]
      } ],
      "short": "Subject (donor) that the observation is about.",
      "definition": "Subject (donor) that the observation is about.",
      "mustSupport": true
    }, {
      "id": "Observation.effective[x]",
      "path": "Observation.effective[x]",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "path": "Observation.effective[x]",
      "min": 0,
      "definition": "When the observation was made, ie. when the diagnosis was made.",
      "short": "When the observation was made, ie. when the diagnosis was made.",
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "sliceName": "effectiveDateTime",
      "max": "1",
      "id": "Observation.effective[x]:effectiveDateTime"
    }, {
      "id": "Observation.value[x]",
      "min": 1,
      "path": "Observation.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Diagnosis code",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.bbmri-eric.eu/fhir/ValueSet/miabis-diagnosis-vs"
      },
      "definition": "The ICD-10 code for the diagnosis",
      "mustSupport": true
    }, {
      "id": "Observation.specimen",
      "min": 1,
      "path": "Observation.specimen",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}