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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.laborbefund
Resource TypeObservation
IdObservation-mii-exa-labor-laborwert-range.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-labor-laborwert-range",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ObservationLab"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "OBI"
          }
        ]
      },
      "system": "https://exmaple.org/fhir/sid/test-lab-results",
      "value": "5787-7_1234567890",
      "assigner": {
        "identifier": {
          "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
          "value": "DIZ-ID"
        }
      }
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "26436-6",
          "system": "http://loinc.org",
          "display": "Laboruntersuchungen"
        },
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "5787-7",
        "system": "http://loinc.org",
        "display": "Epithelzellen [#/Fläche] in Urinsediment mittels Lichtmikroskopie, hohe Vergrösserung"
      }
    ],
    "text": "Urinsediment Epithelzellen Semi-quantitative Schätzung"
  },
  "subject": {
    "reference": "Patient/111"
  },
  "encounter": {
    "reference": "Encounter/555"
  },
  "effectiveDateTime": "2018-11-20T12:05:00+01:00",
  "_effectiveDateTime": {
    "extension": [
      {
        "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/QuelleKlinischesBezugsdatum",
        "valueCoding": {
          "code": "399445004",
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/900000000000207008/version/20250701",
          "display": "Specimen collection date (observable entity)"
        }
      }
    ]
  },
  "issued": "2018-03-11T10:28:00+01:00",
  "performer": [
    {
      "reference": "Organization/7772",
      "display": "Zentrallabor des IKCL"
    }
  ],
  "valueRange": {
    "low": {
      "value": 2,
      "code": "/[HPF]",
      "system": "http://unitsofmeasure.org",
      "unit": "/HPF"
    },
    "high": {
      "value": 5,
      "code": "/[HPF]",
      "system": "http://unitsofmeasure.org",
      "unit": "/HPF"
    }
  }
}