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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.laborbefund
Resource TypeDiagnosticReport
IdDiagnosticReport-mii-exa-labor-laborbefund.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": "mii-exa-labor-laborbefund",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "display": "test health data"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab|2026.0.0"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "LAB",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074"
        },
        {
          "code": "26436-6",
          "system": "http://loinc.org",
          "display": "Laboruntersuchungen"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL"
          }
        ]
      },
      "system": "https://example.org/fhir/sid/test-befund",
      "value": "0987654321",
      "assigner": {
        "identifier": {
          "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
          "value": "DIZ-ID"
        }
      }
    }
  ],
  "code": {
    "coding": [
      {
        "code": "11502-2",
        "system": "http://loinc.org",
        "display": "Laborbericht"
      }
    ]
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/111"
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/111"
  },
  "effectiveDateTime": "2018-11-20T12:05:00+01:00",
  "issued": "2018-03-11T10:28:00+01:00",
  "result": [
    {
      "reference": "Observation/test"
    }
  ]
}