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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeObservation
IdObservation-observation-example-ach-pass3-cdiff.json
FHIR VersionR4B

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


Source1

{
  "resourceType": "Observation",
  "id": "observation-example-ach-pass3-cdiff",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/servicerequest-example-ach-ach-pass3-cdiff"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "version": "1.0.0",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "5933001",
        "display": "Clostridioides difficile (organism)"
      }
    ],
    "text": "C. Diff."
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass3 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass3-short-stay",
    "display": "Hospital Admission, Short Stay"
  },
  "effectiveDateTime": "2024-02-01T19:02:00-05:00",
  "issued": "2024-02-02T15:30:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "10828004",
        "display": "Positive (qualifier value)"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/specimen-example-ach-ach-pass3-stool"
  }
}