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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-lab-result-eve-everywoman-pertussis.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

Resource Observation "us-ph-lab-result-eve-everywoman-pertussis"

Profile: US Public Health Laboratory Result Observation Profile

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Bordetella pertussis Ab [Units/volume] in Serum (LOINC#11585-7)

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

effective: 2016-11-07

value: 100 [iU]/mL (Details: UCUM code [iU]/mL = '[iU]/mL')

interpretation: High (ObservationInterpretation#H)

ReferenceRanges

-High
*45 [iU]/mL (Details: UCUM code [iU]/mL = '[iU]/mL')

Source1

{
  "resourceType": "Observation",
  "id": "us-ph-lab-result-eve-everywoman-pertussis",
  "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": "11585-7",
        "display": "Bordetella pertussis Ab [Units/volume] in Serum"
      }
    ],
    "text": "Bordetella pertussis Ab [Units/volume] in Serum"
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2016-11-07",
  "valueQuantity": {
    "value": 100,
    "system": "http://unitsofmeasure.org",
    "code": "[iU]/mL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 45,
        "system": "http://unitsofmeasure.org",
        "code": "[iU]/mL"
      }
    }
  ]
}