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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeObservation
IdObservation-blood-ketones-observation.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 blood-ketones-observation

status: Final

category: Lab, Hematology

code: Ketones [Moles/volume] in Blood

subject: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))

effective: 2022-05-01

performer: Performer Reference

value: 3.1 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

specimen: Specimen Reference

ReferenceRanges

-Text
*A real test should include a reference range

Source1

{
  "resourceType": "Observation",
  "id": "blood-ketones-observation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCLaboratoryResultObservation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Lab"
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "252275004",
          "display": "Hematology test (procedure)"
        }
      ],
      "text": "Hematology"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "53061-8",
        "display": "Ketones [Moles/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle"
  },
  "effectiveDateTime": "2022-05-01",
  "performer": [
    {
      "display": "Performer Reference"
    }
  ],
  "valueQuantity": {
    "value": 3.1,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "specimen": {
    "display": "Specimen Reference"
  },
  "referenceRange": [
    {
      "text": "A real test should include a reference range"
    }
  ]
}