{
  "resourceType": "StructureDefinition",
  "id": "RE04",
  "url": "http://ReuseBetweenEHRsForChildrenWithAML.dk/fhir/StructureDefinition/RE04",
  "name": "DiagnosticReport",
  "status": "draft",
  "description": "This profile contains information about blood samples and the elements within, e.g. hemoglobin, ALAT, potassium, and sodium. The profile also contains results of the bone marrow samples.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "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"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport",
        "path": "DiagnosticReport",
        "definition": "This profile contains information about clinical assessment points and the procedures done to obtain the clinical results."
      },
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "short": "Patient ID",
        "definition": "A patient ID for the patient which is clinically assessed",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.identifier.use",
        "path": "DiagnosticReport.identifier.use",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.type",
        "path": "DiagnosticReport.identifier.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.system",
        "path": "DiagnosticReport.identifier.system",
        "short": "Entry to Patient ID database",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.value",
        "path": "DiagnosticReport.identifier.value",
        "short": "Entry for an unique value string for a patient ID",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.period",
        "path": "DiagnosticReport.identifier.period",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.assigner",
        "path": "DiagnosticReport.identifier.assigner",
        "short": "Practitioner who issued the identifier",
        "definition": "Practitioner who issued the identifier based on the disease",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://SeamlessInteroperabilityBetweenEHRsForChildrenWithAML.dk/fhir/StructureDefinition/RE02"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.identifier.assigner.reference",
        "path": "DiagnosticReport.identifier.assigner.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.assigner.type",
        "path": "DiagnosticReport.identifier.assigner.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.assigner.identifier",
        "path": "DiagnosticReport.identifier.assigner.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.identifier.assigner.display",
        "path": "DiagnosticReport.identifier.assigner.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.reference",
        "path": "DiagnosticReport.basedOn.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.type",
        "path": "DiagnosticReport.basedOn.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.identifier",
        "path": "DiagnosticReport.basedOn.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.basedOn.display",
        "path": "DiagnosticReport.basedOn.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "fixedCode": "registered"
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "slicing": {
          "discriminator": [
            {
              "type": "exists",
              "path": "coding.code"
            }
          ],
          "rules": "open"
        },
        "binding": {
          "strength": "required",
          "valueSet": "https://www.hl7.org/fhir/STU3/terminologies-valuesets.html"
        }
      },
      {
        "id": "DiagnosticReport.code.extension",
        "path": "DiagnosticReport.code.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.code.extension:dateTime",
        "path": "DiagnosticReport.code.extension",
        "sliceName": "dateTime",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.code.extension:dateTime.value[x]",
        "path": "DiagnosticReport.code.extension.value[x]",
        "short": "Format of the date and time",
        "definition": "Date and time of the format DD:MM:YYYY and HH:MM:SS"
      },
      {
        "id": "DiagnosticReport.code.coding",
        "path": "DiagnosticReport.code.coding",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code.text",
        "path": "DiagnosticReport.code.text",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate",
        "path": "DiagnosticReport.code",
        "sliceName": "infectionRate",
        "fixedCodeableConcept": {
          "text": "Infektionstal"
        }
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "exists",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "infectionRate_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "405009004",
            "display": "Infektionstal"
          }
        ],
        "min": 1,
        "fixedCode": "Infektionstal"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Infektionstal"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "infectionRate_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "28124-6",
            "display": "Infektion [CCC]"
          }
        ],
        "min": 1,
        "fixedCode": "Infektionstal"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Infektionstal"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.coding:infectionRate_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:infectionRate.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Infektionstal"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate",
        "path": "DiagnosticReport.code",
        "sliceName": "leucocyteRate"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "leukocyteRate_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "391558003",
            "display": "Leukocyttal"
          }
        ],
        "min": 1,
        "fixedCode": "Leukocyttal"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Leukocyttal"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "leukocyteRate_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "26471-3",
            "display": "Leukocyttal"
          }
        ],
        "min": 1,
        "fixedCode": "Leukocyttal"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Leukocyttal"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.coding:leukocyteRate_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:leucocyteRate.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Total antal leukocytter"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate",
        "path": "DiagnosticReport.code",
        "sliceName": "thrombocyteRate"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0",
        "fixedString": "Thrombocyttal"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "thrombocyteRate_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "365632008",
            "display": "Trombocyttal"
          }
        ],
        "min": 1,
        "fixedCode": "Trombocyttal"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Trombocyttal"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "thrombocyteRate_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "26515-7",
            "display": "Trombocyttal"
          }
        ],
        "min": 1,
        "fixedCode": "Trombocyttal"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Trombocyttal"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.coding:thrombocyteRate_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:thrombocyteRate.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Thrombocyttal"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample",
        "path": "DiagnosticReport.code",
        "sliceName": "boneMarrowSample"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "boneMarrowSample_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "119359002",
            "display": "Knoglemarvsundersøgelse"
          }
        ],
        "min": 1,
        "fixedCode": "Knoglemarvsundersøgelse"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Knoglemarvsundersøgelse"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "boneMarrowSample_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "48807-2",
            "display": "Knoglemarvsundersøgelse"
          }
        ],
        "min": 1,
        "fixedCode": "Knoglemarvsundersøgelse"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Knoglemarvsundersøgelse"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.coding:boneMarrowSample_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:boneMarrowSample.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Knoglemarvsprøve"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin",
        "path": "DiagnosticReport.code",
        "sliceName": "hemoglobin",
        "fixedCodeableConcept": {
          "text": "Hæmoglobin"
        }
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "hemoglobin_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "38082009",
            "display": "Hæmoglobin"
          }
        ],
        "min": 1,
        "fixedCode": "Hæmoglobin"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Hæmoglobin"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "hemoglobin_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "16931-8",
            "display": "Hæmoglobin"
          }
        ],
        "min": 1,
        "fixedCode": "Hæmoglobin"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Hæmoglobin"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.coding:hemoglobin_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:hemoglobin.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Hæmoglobin"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus",
        "path": "DiagnosticReport.code",
        "sliceName": "fluidStatus",
        "fixedCodeableConcept": {
          "text": "Væsketal"
        }
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "fluidStatus_SNOMED",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "251856003",
            "display": "Væskebalance"
          }
        ],
        "min": 1,
        "fixedCode": "Væskebalance"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Væskebalance"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_SNOMED.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "fluidStatus_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "9097-7",
            "display": "Væskebalance"
          }
        ],
        "min": 1,
        "fixedCode": "Væskebalance"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Væskebalance"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.coding:fluidStatus_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:fluidStatus.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Væsketal"
      },
      {
        "id": "DiagnosticReport.code:ALAT",
        "path": "DiagnosticReport.code",
        "sliceName": "ALAT"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding.version",
        "path": "DiagnosticReport.code.coding.version",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "ALAT_SNOMEDCT",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "56935002",
            "display": "ALAT"
          }
        ],
        "min": 1,
        "fixedCode": "ALAT"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "ALAT"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "ALAT_LOINC",
        "max": "1",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "76625-3",
            "display": "ALAT"
          }
        ],
        "min": 1,
        "fixedCode": "ALAT"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "ALAT"
      },
      {
        "id": "DiagnosticReport.code:ALAT.coding:ALAT_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:ALAT.text",
        "path": "DiagnosticReport.code.text",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code:albumin",
        "path": "DiagnosticReport.code",
        "sliceName": "albumin"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "albumin_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "52454007",
            "display": "Albumin"
          }
        ],
        "min": 1,
        "fixedCode": "Albumin"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Albumin"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "albumin_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "66765-9",
            "display": "Albumin"
          }
        ],
        "min": 1,
        "fixedCode": "Albumin"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Albumin"
      },
      {
        "id": "DiagnosticReport.code:albumin.coding:albumin_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:albumin.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Albumin"
      },
      {
        "id": "DiagnosticReport.code:BASP",
        "path": "DiagnosticReport.code",
        "sliceName": "BASP"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "BASP_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "57056007",
            "display": "Basisk fosfatase (BASP)"
          }
        ],
        "min": 1,
        "fixedCode": "Basisk fosfatase (BASP)"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Basisk fosfatase (BASP)"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "BASP_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "1783-0",
            "display": "Basisk fosfatase (BASP)"
          }
        ],
        "min": 1,
        "fixedCode": "Basisk fosfatase (BASP)"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Basisk fosfatase (BASP)"
      },
      {
        "id": "DiagnosticReport.code:BASP.coding:BASP_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:BASP.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Basisk fosfatase (BASP)"
      },
      {
        "id": "DiagnosticReport.code:bilirubin",
        "path": "DiagnosticReport.code",
        "sliceName": "bilirubin"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "bilirubin_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "79706000",
            "display": "Bilirubin"
          }
        ],
        "min": 1,
        "fixedCode": "Bilirubin"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Bilirubin"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "bilirubin_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "33898-8",
            "display": "Bilirubin"
          }
        ],
        "min": 1,
        "fixedCode": "Bilirubin"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Bilirubin"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.coding:bilirubin_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:bilirubin.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Bilirubin"
      },
      {
        "id": "DiagnosticReport.code:INR",
        "path": "DiagnosticReport.code",
        "sliceName": "INR"
      },
      {
        "id": "DiagnosticReport.code:INR.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "INR_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "165581004",
            "display": "International Normalized Ration (INR)"
          }
        ],
        "min": 1,
        "fixedCode": "International Normalized Ration (INR)"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "International Normalized Ration (INR)"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "INR_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "34714-6",
            "display": "International Normalized Ration (INR)"
          }
        ],
        "min": 1,
        "fixedCode": "International Normalized Ration (INR)"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "International Normalized Ration (INR)"
      },
      {
        "id": "DiagnosticReport.code:INR.coding:INR_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:INR.text",
        "path": "DiagnosticReport.code.text",
        "short": "Blodets koagulationstid ift. normalstandard",
        "min": 1,
        "fixedString": "International Normalized Ration (INR)"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase",
        "path": "DiagnosticReport.code",
        "sliceName": "lactatedehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "lactatedehydrogenase_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "11274001",
            "display": "Laktatdehydrogenase"
          }
        ],
        "min": 1,
        "fixedCode": "Laktatdehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Laktatdehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "lactatedehydrogenase_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "14119-2",
            "display": "Laktatdehydrogenase"
          }
        ],
        "min": 1,
        "fixedCode": "Laktatdehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Laktatdehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.coding:lactatedehydrogenase_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:lactatedehydrogenase.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Laktatdehydrogenase"
      },
      {
        "id": "DiagnosticReport.code:creatinine",
        "path": "DiagnosticReport.code",
        "sliceName": "creatinine"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "creatinine_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "15373003",
            "display": "Creatinin"
          }
        ],
        "min": 1,
        "fixedCode": "Creatinin"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Creatinin"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "creatinine_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "39802-4",
            "display": "Creatinin"
          }
        ],
        "min": 1,
        "fixedCode": "Creatinin"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Creatinin"
      },
      {
        "id": "DiagnosticReport.code:creatinine.coding:creatinine_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:creatinine.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Creatinin"
      },
      {
        "id": "DiagnosticReport.code:E-GFR",
        "path": "DiagnosticReport.code",
        "sliceName": "E-GFR"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "E-GFR_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "80274001",
            "display": "Glomerulær filtrationsrate (E-GFR)"
          }
        ],
        "min": 1,
        "fixedCode": "Glomerulær filtrationsrate (E-GFR)"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Glomerulær filtrationsrate (E-GFR)"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "E-GFR_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "87430-5",
            "display": "Glomerulær filtrationsrate (E-GFR)"
          }
        ],
        "min": 1,
        "fixedCode": "Glomerulær filtrationsrate (E-GFR)"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Glomerulær filtrationsrate (E-GFR)"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.coding:E-GFR_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:E-GFR.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Glomerulær filtrationsrate (E-GFR)"
      },
      {
        "id": "DiagnosticReport.code:potassium",
        "path": "DiagnosticReport.code",
        "sliceName": "potassium"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "potassium_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "88480006",
            "display": "Kalium"
          }
        ],
        "min": 1,
        "fixedCode": "Kalium"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Kalium"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "potassium_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "75940-7",
            "display": "Kalium"
          }
        ],
        "min": 1,
        "fixedCode": "Kalium"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Kalium"
      },
      {
        "id": "DiagnosticReport.code:potassium.coding:potassium_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:potassium.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Kalium"
      },
      {
        "id": "DiagnosticReport.code:sodium",
        "path": "DiagnosticReport.code",
        "sliceName": "sodium"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "sodium_SNOMEDCT",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://loinc.org"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2021-03-31"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "version": "2021-03-31",
            "code": "39972003",
            "display": "Natrium"
          }
        ],
        "min": 1,
        "fixedCode": "Natrium"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Natrium"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_SNOMEDCT.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "sodium_LOINC",
        "mapping": [
          {
            "identity": "workflow",
            "map": "http://snomed.org/attributebinding"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC.version",
        "path": "DiagnosticReport.code.coding.version",
        "min": 1,
        "fixedString": "2.69"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC.code",
        "path": "DiagnosticReport.code.coding.code",
        "code": [
          {
            "system": "http://loinc.org",
            "version": "2.69",
            "code": "2947-0",
            "display": "Natrium"
          }
        ],
        "min": 1,
        "fixedCode": "Natrium"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1,
        "fixedString": "Natrium"
      },
      {
        "id": "DiagnosticReport.code:sodium.coding:sodium_LOINC.userSelected",
        "path": "DiagnosticReport.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.code:sodium.text",
        "path": "DiagnosticReport.code.text",
        "min": 1,
        "fixedString": "Natrium"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "short": "The subject of the report",
        "definition": "The patient to whom the diagnostic report belongs",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://SeamlessInteroperabilityBetweenEHRsForChildrenWithAML.dk/fhir/StructureDefinition/RE01"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.subject.reference",
        "path": "DiagnosticReport.subject.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.subject.type",
        "path": "DiagnosticReport.subject.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.subject.identifier",
        "path": "DiagnosticReport.subject.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.subject.display",
        "path": "DiagnosticReport.subject.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "short": "Date of diagnostic report",
        "definition": "The date where the diagnostic report was established",
        "max": "0",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DiagnosticReport.issued",
        "path": "DiagnosticReport.issued",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ReuseBetweenEHRsForChildrenWithAML.dk/fhir/StructureDefinition/RE02"
            ],
            "aggregation": [
              "bundled"
            ],
            "versioning": "specific"
          }
        ]
      },
      {
        "id": "DiagnosticReport.performer.reference",
        "path": "DiagnosticReport.performer.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.performer.type",
        "path": "DiagnosticReport.performer.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.performer.identifier",
        "path": "DiagnosticReport.performer.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.performer.display",
        "path": "DiagnosticReport.performer.display",
        "short": "Display name of practitioner that has performed diagnostic report.",
        "min": 1
      },
      {
        "id": "DiagnosticReport.resultsInterpreter",
        "path": "DiagnosticReport.resultsInterpreter",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "short": "Samples this report is based on",
        "definition": "Details about the samples, e.g. from blood or bone marrow on which this diagnostic report is based.",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://SeamlessInteroperabilityBetweenEHRsForChildrenWithAML.dk/fhir/StructureDefinition/RE09"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.specimen.reference",
        "path": "DiagnosticReport.specimen.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.type",
        "path": "DiagnosticReport.specimen.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.identifier",
        "path": "DiagnosticReport.specimen.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.specimen.display",
        "path": "DiagnosticReport.specimen.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Observations this diagnosis was based on",
        "definition": "Observations, e.g. vital signs and TOKS-score that are part of this diagnostic report.",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "bundled"
            ],
            "versioning": "specific"
          }
        ]
      },
      {
        "id": "DiagnosticReport.result.reference",
        "path": "DiagnosticReport.result.reference",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.type",
        "path": "DiagnosticReport.result.type",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.identifier",
        "path": "DiagnosticReport.result.identifier",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.result.display",
        "path": "DiagnosticReport.result.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusion",
        "path": "DiagnosticReport.conclusion",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "short": "ICD-10 codes for the clinical conclusion of test results",
        "definition": "One or more ICD-10 codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding",
        "path": "DiagnosticReport.conclusionCode.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.system",
        "path": "DiagnosticReport.conclusionCode.coding.system",
        "min": 1,
        "fixedUri": "https://icd.who.int/browse10/2019/en"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.version",
        "path": "DiagnosticReport.conclusionCode.coding.version",
        "min": 1,
        "fixedString": "10"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.code",
        "path": "DiagnosticReport.conclusionCode.coding.code",
        "code": [
          {
            "system": "https://icd.who.int/browse10/2019/en",
            "version": "10",
            "code": "C92.0",
            "display": "AML"
          },
          {
            "system": "https://icd.who.int/browse10/2019/en",
            "version": "10",
            "code": "R50.9",
            "display": "Feber"
          },
          {
            "system": "https://icd.who.int/browse10/2019/en",
            "version": "10",
            "code": "A49.9",
            "display": "Bakteriel infektion"
          }
        ],
        "min": 1,
        "fixedCode": "Diagnose stillet"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.display",
        "path": "DiagnosticReport.conclusionCode.coding.display",
        "min": 1,
        "fixedString": "Diagnose stillet"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.userSelected",
        "path": "DiagnosticReport.conclusionCode.coding.userSelected",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.conclusionCode.text",
        "path": "DiagnosticReport.conclusionCode.text",
        "min": 1,
        "fixedString": "Diagnose stillet"
      },
      {
        "id": "DiagnosticReport.presentedForm",
        "path": "DiagnosticReport.presentedForm",
        "max": "0"
      }
    ]
  }
}