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

FHIR IG analytics

Packagehl7.fhir.uv.phd.r4
Resource TypeObservation
IdObservation-temperature-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 temperature-observation

Observation Gateway Device: Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address,Ethernet MAC address; type = MDC_MOC_VMS_MDS_AHD

Coincident Timestamp Reference: Observation MDC_ATTR_TIME_ABS

Confidence 95 range: 36.3-36.7 C

Numeric Accuracy: 0.1 Cel (Details: UCUM codeCel = 'Cel')

status: Final

category: Vital Signs, PHD generated Observation

code: Body temperature

subject: Sisansarah Lorianthah Piggy (no stated gender), DoB Unknown ( Medical record number)

effective: 2025-01-08 19:07:48-0500

value: 36.5 C (Details: UCUM codeCel = 'Cel')

device: Device: identifier = IEEE 11073 System Identifier: 74-E8-FF-FE-FF-05-1C-00,Bluetooth MAC address: Bluetooth Address as a device identifier#00-1C-05-FF-E8-74; manufacturer = Nonin_Medical_Inc.; serialNumber = 501900083; modelNumber = Model 3230; type = MDC_MOC_VMS_MDS_SIMP


Source1

{
  "resourceType": "Observation",
  "id": "temperature-observation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice",
      "valueReference": {
        "reference": "Device/phg-ecde3d4e58532d31.000000000000"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/phd/StructureDefinition/CoincidentTimeStampReference",
      "valueReference": {
        "reference": "Observation/coin-20181119174911"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/phd/StructureDefinition/Confidence95",
      "valueRange": {
        "low": {
          "value": 36.3,
          "unit": "C",
          "system": "http://unitsofmeasure.org",
          "code": "Cel"
        },
        "high": {
          "value": 36.7,
          "unit": "C",
          "system": "http://unitsofmeasure.org",
          "code": "Cel"
        }
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/phd/StructureDefinition/Accuracy",
      "valueQuantity": {
        "value": 0.1,
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories",
          "code": "phd"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "150364",
        "display": "MDC_TEMP_BODY"
      },
      {
        "system": "http://loinc.org",
        "code": "8310-5"
      }
    ],
    "text": "Body temperature"
  },
  "subject": {
    "reference": "Patient/patientExample-1"
  },
  "effectiveDateTime": "2025-01-08T19:07:48-05:00",
  "valueQuantity": {
    "value": 36.5,
    "unit": "C",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  },
  "device": {
    "reference": "Device/phd-74E8FFFEFF051C00.001C05FFE874"
  }
}