{
  "resourceType": "StructureDefinition",
  "id": "981d282e-18b9-457e-9ef5-ac7d2406e5a8",
  "meta": {
    "lastUpdated": "2022-01-22T01:56:18.358+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/EndoDiagnosticReport",
  "name": "EndoDiagnosticReport",
  "status": "draft",
  "date": "2022-01-20T02:36:18.9882498Z",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/EndoObservation"
            ]
          }
        ]
      }
    ]
  }
}