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

FHIR IG analytics

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

status: Final

category: Laboratory

code: INR in Platelet poor plasma by Coagulation assay

subject: Betsy Smith-Johnson

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

performer: Organization Metro Hospital Emergency Department

value: 1.1 ratio (Details: UCUM code1 = '1')

interpretation: Normal

ReferenceRanges

-LowHigh
*0.9 ratio1.1 ratio

Source1

{
  "resourceType": "Observation",
  "id": "betsysmith-johnson01-obs-inr-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": "6301-6",
        "display": "INR in Platelet poor plasma by Coagulation assay"
      }
    ]
  },
  "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": 1.1,
    "unit": "ratio",
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 0.9,
        "unit": "ratio"
      },
      "high": {
        "value": 1.1,
        "unit": "ratio"
      }
    }
  ]
}