{
  "resourceType": "StructureDefinition",
  "id": "lt-diagnosticReport",
  "url": "http://esveikata.lt/Profile/DiagnosticReport",
  "version": "1.0.0",
  "name": "LtDiagnosticReport",
  "status": "active",
  "date": "2023-02-09",
  "description": "Lithuanian national fhir profile for a DiagnosticReport (E200-ats).",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.extension",
        "path": "DiagnosticReport.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.extension:sensitive",
        "path": "DiagnosticReport.extension",
        "sliceName": "sensitive",
        "short": "Jautrus tyrimas",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.extension:sensitive.url",
        "path": "DiagnosticReport.extension.url",
        "fixedUri": "http://esveikata.lt/Profile/DiagnosticReport#Sensitive"
      },
      {
        "id": "DiagnosticReport.extension:showToPatient",
        "path": "DiagnosticReport.extension",
        "sliceName": "showToPatient",
        "short": "Rodyti pacientui",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.extension:showToPatient.url",
        "path": "DiagnosticReport.extension.url",
        "fixedUri": "http://esveikata.lt/Profile/DiagnosticReport#ShowToPatient"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "short": "Tyrimas",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding",
        "path": "DiagnosticReport.code.coding",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.effectiveDateTime",
        "path": "DiagnosticReport.effectiveDateTime",
        "short": "Tyrimo laikas",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "min": 1,
        "short": "Tyrusio specialisto informacija",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://esveikata.lt/Profile/Practitioner",
              "http://esveikata.lt/Profile/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "min": 1,
        "short": "Analitės",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://esveikata.lt/Profile/Observation"
            ]
          }
        ]
      }
    ]
  }
}