ePA Laboratory Report Implementation Guide
Version 1.0.0-ballot.1 - ballot

: 01a21c9c-2cd1-44e5-a999-f84d9ef70605

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "01a21c9c-2cd1-44e5-a999-f84d9ef70605",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-05-03T11:15:00+01:00",
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-laboratory/StructureDefinition/service-request-dglp"
    ]
  },
  "language" : "de",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/terminology/CodeSystem/laboratory-identificator",
            "version" : "1.1.0",
            "code" : "AE",
            "display" : "Auftragsnummer des Einsenders"
          }
        ]
      },
      "system" : "http://testsystem.de",
      "value" : "20211115-127"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/terminology/CodeSystem/laboratory-identificator",
            "version" : "1.1.0",
            "code" : "NI",
            "display" : "Nachforderungsidentifikation"
          }
        ]
      },
      "system" : "http://testsystem.de",
      "value" : "20211115-127"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000274103/version/20260515",
        "code" : "721965002",
        "display" : "Laboratory order"
      }
    ]
  },
  "orderDetail" : [
    {
      "text" : "Beispieltext"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/84e01fa5-6763-4a96-99f3-170cf9b317ff",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code" : "KVZ10",
            "display" : "Krankenversichertennummer"
          }
        ]
      },
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "K123456789"
    }
  },
  "authoredOn" : "2023-05-03T11:08:15+01:00",
  "requester" : {
    🔗 "reference" : "Practitioner/2b946366-cf18-4d89-a29c-00bf69ac90f6"
  },
  "reasonCode" : [
    {
      "extension" : [
        {
          "url" : "https://gematik.de/fhir/ti/StructureDefinition/reason-type-laboratory-extension",
          "valueString" : "Anlass"
        }
      ],
      "text" : "Grund"
    },
    {
      "extension" : [
        {
          "url" : "https://gematik.de/fhir/ti/StructureDefinition/reason-type-laboratory-extension",
          "valueString" : "Veranlassungsgrund"
        }
      ],
      "text" : "Grund2"
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/1d344181-abf0-428d-9f3f-1bbd84b7684e"
    }
  ],
  "supportingInfo" : [
    {
      "display" : "testressource"
    }
  ],
  "note" : [
    {
      "text" : "test"
    }
  ]
}