{
  "resourceType": "Observation",
  "id": "mii-exa-mikrobio-allgemeine-bestimmung",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-allgemeine-bestimmung"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "MB",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074"
        },
        {
          "code": "26436-6",
          "system": "http://loinc.org"
        },
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        },
        {
          "code": "18725-2",
          "system": "http://loinc.org",
          "display": "Mikrobiologie"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "41852-5",
        "system": "http://loinc.org"
      }
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "OBI"
          }
        ]
      },
      "system": "https://example.org/fhir/sid/test-lab-results",
      "value": "allg-best-1",
      "assigner": {
        "identifier": {
          "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
          "value": "DIZ-ID"
        }
      }
    }
  ],
  "extension": [
    {
      "extension": [
        {
          "url": "observation",
          "valueReference": {
            "reference": "Observation/mii-exa-mikrobio-allgemeine-kultur"
          }
        },
        {
          "url": "type",
          "valueCode": "reflex"
        }
      ],
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy"
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2026-04-02T09:00:00+00:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "code": "52499004",
        "system": "http://snomed.info/sct"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "code": "278289002",
        "system": "http://snomed.info/sct"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/example"
  }
}