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

FHIR IG analytics

Packagehl7.fhir.us.resp-net.r4b
Resource TypeObservation
IdObservation-influenza.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

Narrative

id: flu

meta:

category: Laboratory

code: FLUAV+FLUBV+RSV RNA pnl Up resp NAA+pr

subject: Eve Everywoman; Medical Record Number: 1032702; active; ph: 1-(404)555-1212; gender: female; birthDate: 1974-11-24

effective: 2023-10-01

value: Detected


Source1

{
  "resourceType": "Observation",
  "id": "influenza",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"
    ]
  },
  "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": "85476-0",
        "display": "Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"
      }
    ],
    "text": "Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"
  },
  "subject": {
    "reference": "Patient/patient-respnet-eve-everywoman"
  },
  "encounter": {
    "reference": "Encounter/resp-net-encounter-example"
  },
  "effectiveDateTime": "2023-10-01",
  "performer": [
    {
      "reference": "Practitioner/practitioner-us-core-henry-seven"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260373001",
        "display": "Detected"
      }
    ]
  }
}