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

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeObservation
IdPathogenDetection-viralLoad-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": "Observation",
  "id": "PathogenDetection-viralLoad-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "95522-9",
        "display": "SARS-CoV-2 (COVID-19) N gene [Log #/volume] (viral load) in Respiratory specimen by NAA with probe detection"
      }
    ]
  },
  "subject": {
    "reference": "Patient/113de363-be19-46b4-8364-71416c7e662b"
  },
  "valueString": ">106/ml",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "POS"
        }
      ]
    }
  ],
  "specimen": {
    "reference": "Specimen/47d61bca-9c53-4422-bb33-3621da084bf4"
  }
}