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

FHIR IG analytics

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

status: Final

category: Laboratory

code: Bordetella pertussis Ab [Units/volume] in Serum

subject: Eve Everywoman

effective: 2016-11-07

performer: Organization Acme_Labs

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

interpretation: High

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",
  "performer": [
    {
      "reference": "Organization/us-ph-organization-acme-laboratory"
    }
  ],
  "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"
      }
    }
  ]
}