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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra.r4b
Resource TypeObservation
IdObservation-ra-obs21pat01.json
FHIR VersionR4B

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 ra-obs21pat01

status: Final

category: Laboratory

code: Trypsin [Mass/volume] in Serum or Plasma

subject: Eve Everywoman

effective: 2019-06-17

performer: XYZ Laboratory

value: 770 ng/mL

ReferenceRanges

-LowHighType
*169 ng/mL (Details: UCUM codeng/mL = 'ng/mL')773 ng/mL (Details: UCUM codemg/dL = 'mg/dL')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "ra-obs21pat01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Trypsin [Mass/volume] in Serum or Plasma for Patient 01"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "Trypsin [Mass/volume] in Serum or Plasma for Patient 01."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|7.0.0"
    ]
  },
  "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": "33325-2",
        "display": "Trypsin [Mass/volume] in Serum or Plasma"
      }
    ],
    "text": "Trypsin [Mass/volume] in Serum or Plasma"
  },
  "subject": {
    "reference": "Patient/ra-patient01",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2019-06-17",
  "performer": [
    {
      "reference": "Organization/ra-laboratory01",
      "display": "XYZ Laboratory"
    }
  ],
  "valueQuantity": {
    "value": 770,
    "unit": "ng/mL",
    "system": "http://unitsofmeasure.org"
  },
  "referenceRange": [
    {
      "low": {
        "value": 169,
        "unit": "ng/mL",
        "system": "http://unitsofmeasure.org",
        "code": "ng/mL"
      },
      "high": {
        "value": 773,
        "unit": "ng/mL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}