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-obs01pat03.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-obs01pat03

status: Final

category: Laboratory

code: Creat SerPl-mCnc

subject: Nelda Nuclear

effective: 2021-07-28

performer: XYZ Laboratory

value: 10.9 mg/dL

ReferenceRanges

-LowHighType
*0.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL')0.6 mg/dL (Details: UCUM codemg/dL = 'mg/dL')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "ra-obs01pat03",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Serum Creatinine for Patient 03"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an example for Observation. Serum Creatinine for Patient 03 Nelda Nuclear performed at XYZ Laboratory."
      }
    ],
    "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": "2160-0",
        "display": "Creat SerPl-mCnc"
      }
    ],
    "text": "Creat SerPl-mCnc"
  },
  "subject": {
    "reference": "Patient/ra-patient03",
    "display": "Nelda Nuclear"
  },
  "effectiveDateTime": "2021-07-28",
  "performer": [
    {
      "reference": "Organization/ra-laboratory01",
      "display": "XYZ Laboratory"
    }
  ],
  "valueQuantity": {
    "value": 10.9,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org"
  },
  "referenceRange": [
    {
      "low": {
        "value": 0.2,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "high": {
        "value": 0.6,
        "unit": "mg/dL",
        "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"
      }
    }
  ]
}