FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerki.demis.laboratory.strict
Resource TypeDiagnosticReport
IdLaboratoryReportCVDP-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "LaboratoryReportCVDP-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportCVDP"
    ]
  },
  "basedOn": [
    {
      "type": "ServiceRequest",
      "identifier": {
        "system": "https://demis.rki.de/fhir/NamingSystem/ServiceRequestId",
        "value": "2020-0003456"
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://demis.rki.de/fhir/CodeSystem/notificationCategory",
        "code": "cvdp",
        "display": "Severe-Acute-Respiratory-Syndrome-Coronavirus-2 (SARS-CoV-2)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/d3539a4c-9093-467a-a3e8-050594afbd57"
  },
  "issued": "2021-03-04T11:45:33+11:00",
  "result": [
    {
      "reference": "Observation/d3539a4c-9093-467a-a3e8-050594afbd59"
    },
    {
      "reference": "Observation/d3539a4c-9093-467a-a3e8-050594afbd53"
    }
  ],
  "conclusionCode": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/conclusionCode",
          "code": "pathogenDetected"
        }
      ]
    }
  ]
}