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

FHIR IG analytics

Packagesnomed-ig
Resource TypeObservation
IdObservation-AllergyObservationExample6.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 AllergyObservationExample6

status: Final

category: Laboratory

code: Peanut recombinant (rAra h) 2 IgE Ab [Units/volume] in Serum

subject: Johnny B. Goode Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890 (use: usual, period: 2001-05-06 --> (ongoing)))

value: >100 k[IU]/L (Details: UCUM codek[IU]/L = 'k[IU]/L')

interpretation: High

specimen: Specimen: type = Serum specimen


Source1

{
  "resourceType": "Observation",
  "id": "AllergyObservationExample6",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58778-2",
        "display": "Peanut recombinant (rAra h) 2 IgE Ab [Units/volume] in Serum"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "445354008",
        "display": "Measurement of Ara h 2 immunoglobulin E (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientExample1"
  },
  "valueQuantity": {
    "value": 100,
    "comparator": ">",
    "system": "http://unitsofmeasure.org",
    "code": "k[IU]/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "high",
          "display": "High"
        }
      ]
    }
  ],
  "specimen": {
    "reference": "Specimen/AllergySpecimenExample6"
  }
}