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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeObservation
IdObservation-betsysmith-johnson01-obs-antithrombin-iii-coag-panel.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 betsysmith-johnson01-obs-antithrombin-iii-coag-panel

status: Final

category: Laboratory

code: Antithrombin actual/normal in Platelet poor plasma by Chromogenic method

subject: Betsy Smith-Johnson

effective: 2025-05-03 08:30:00+1100

performer: Organization Metro Hospital Emergency Department

value: 92 % (Details: UCUM code% = '%')

interpretation: Normal

ReferenceRanges

-LowHigh
*80 %120 %

Source1

{
  "resourceType": "Observation",
  "id": "betsysmith-johnson01-obs-antithrombin-iii-coag-panel",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "27811-9",
        "display": "Antithrombin actual/normal in Platelet poor plasma by Chromogenic method"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-betsysmith-johnson01",
    "display": "Betsy Smith-Johnson"
  },
  "effectiveDateTime": "2025-05-03T08:30:00+11:00",
  "performer": [
    {
      "reference": "Organization/org-ED-Metro-Hospital"
    }
  ],
  "valueQuantity": {
    "value": 92,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 80,
        "unit": "%"
      },
      "high": {
        "value": 120,
        "unit": "%"
      }
    }
  ]
}