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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeObservation
IdObservation-connectdtx-observation-dtx-example.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

Resource Observation "connectdtx-observation-dtx-example"

Profile: ConnectDTx Observation

identifier: id: PROVIDED_PHI_CODE

basedOn: ServiceRequest/connectdtx-servicerequest-prescription-example

status: final

category: Activity (Observation Category Codes#activity)

code: Evaluation note (LOINC#51848-0)

subject: Patient/connectdtx-patient-example ""

effective: 2000-01-01

dataAbsentReason: Not Applicable (DataAbsentReason#not-applicable)

device: Device/connectdtx-device-example

component

code: Sleep duration (LOINC#93832-4)

value: 6.7 h (Details: UCUM code h = 'h')

component

code: Sleep quality - 1-5 numeric rating [Score] 24 hour (LOINC#95607-8)

value: 3

component

code: Date recorded (LOINC#74015-9)

value: 2000-01-02 14:20:00+0900


Source1

{
  "resourceType": "Observation",
  "id": "connectdtx-observation-dtx-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://connectdtx.net/phicode",
      "value": "PROVIDED_PHI_CODE"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/connectdtx-servicerequest-prescription-example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51848-0",
        "display": "Evaluation note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/connectdtx-patient-example"
  },
  "effectiveDateTime": "2000-01-01",
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-applicable",
        "display": "Not Applicable"
      }
    ]
  },
  "device": {
    "reference": "Device/connectdtx-device-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "93832-4",
            "display": "Sleep duration"
          }
        ]
      },
      "valueQuantity": {
        "value": 6.7,
        "system": "http://unitsofmeasure.org",
        "code": "h"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "95607-8",
            "display": "Sleep quality - 1-5 numeric rating [Score] 24 hour"
          }
        ]
      },
      "valueQuantity": {
        "value": 3
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "74015-9",
            "display": "Date recorded"
          }
        ]
      },
      "valueDateTime": "2000-01-02T14:20:00+09:00"
    }
  ]
}