{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-02-04T17:31:35.972+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/DialysisResults",
  "name": "DialysisResults",
  "status": "draft",
  "date": "2020-02-04T17:31:35.8139219+00:00",
  "fhirVersion": "4.0.0",
  "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.id",
        "path": "DiagnosticReport.id",
        "fixedId": "DialysisResults"
      },
      {
        "id": "DiagnosticReport.contained",
        "path": "DiagnosticReport.contained",
        "definition": "The contained observation resources represent individual result items. Each item references the parent diagnostic report.",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://example.org/fhir/StructureDefinition/ResultItem"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "fixedCode": "final"
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0074",
              "code": "HM",
              "display": "Hematology"
            }
          ]
        }
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "LP6226-7",
              "display": "Dialysis"
            }
          ]
        }
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "contained"
            ]
          }
        ]
      }
    ]
  }
}