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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeObservation
IdObservation-lab-observation-example-ach-daily-negativepcr-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation lab-observation-example-ach-daily-negativepcr-2

status: Final

category: Laboratory

code: SARS-CoV-2 (COVID-19) N gene NAA+probe CDC primer-probe set N1 Ql (Specimen)

subject: ACHDaily, NegativePCR

encounter: Hospital Encounter

effective: 2023-01-02 15:30:00+0000

issued: 2023-01-02 15:30:00+0000

value: Negative

specimen: Specimen: type = Nasal fluid specimen (specimen); receivedTime = 2024-01-02 16:30:00+0000


Source1

{
  "resourceType": "Observation",
  "id": "lab-observation-example-ach-daily-negativepcr-2",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-observation-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94307-6",
        "display": "SARS-CoV-2 (COVID-19) N gene [Presence] in Specimen by Nucleic acid amplification using CDC primer-probe set N1"
      }
    ],
    "text": "SARS-CoV-2 (COVID-19) N gene NAA+probe CDC primer-probe set N1 Ql (Specimen)"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-daily-negativepcr",
    "display": "ACHDaily, NegativePCR"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-daily-negativepcr-2",
    "display": "Hospital Encounter"
  },
  "effectiveDateTime": "2023-01-02T15:30:00Z",
  "issued": "2023-01-02T15:30:00Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260385009",
        "display": "Negative"
      }
    ],
    "text": "Negative"
  },
  "specimen": {
    "reference": "Specimen/specimen-example-ach-daily-negativepcr-2"
  }
}