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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mikrobiologie
Resource TypeObservation
IdExample-kultur-nachweis.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": "Observation",
  "id": "mii-exa-mikrobio--kultur-nachweis",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "OBI"
          }
        ]
      },
      "system": "https://example.org/fhir/sid/test-lab-results",
      "value": "59826-8_1234567890",
      "assigner": {
        "identifier": {
          "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
          "value": "DIZ-ID"
        }
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "26436-6",
          "display": "Laboratory studies (set)"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        },
        {
          "system": "http://loinc.org",
          "code": "18725-2",
          "display": "Microbiology studies"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11475-1",
        "display": "Microorganism identified in Specimen by Culture"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2018-11-20T12:05:00+01:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "code": "260373001",
        "display": "Detected (qualifier value)"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/blood-specimen",
    "display": "blood specimen in aerobic blood culture bottle"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "89248-9"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "840533007",
            "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
          }
        ]
      }
    }
  ]
}