FHIR IG analytics| Package | rki.demis.r4.core |
| Resource Type | Observation |
| Id | PathogenDetection-viralLoad-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}