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

FHIR IG analytics

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

Profile: ConnectDTx Result Observation

identifier: id: PROVIDED_PHI_CODE

basedOn: ServiceRequest/connectdtx-servicerequest-prescription-example

status: preliminary

category: Activity (Observation Category Codes#activity)

code: Hypnus (Hira Diagnostic Behavior#hypnus)

subject: Patient/connectdtx-patient-example ""

effective: 2000-01-01 17:05:00+0900 --> (ongoing)

performer: Patient/connectdtx-patient-example ""

dataAbsentReason: Not Permitted (DataAbsentReason#not-permitted)

device: Device/connectdtx-device-example

component

code: LP33126-1 (LOINC#LP33126-1)

value: 73 % (Details: UCUM code % = '%')

interpretation: Low (ObservationInterpretation#L)

component

code: Progress (LOINC#LP173213-2)

value: 1/42


Source1

{
  "resourceType": "Observation",
  "id": "connectdtx-result-observation-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-result-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": "preliminary",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hira.or.kr/CodeSystem/diagnostic-behavior",
        "code": "hypnus"
      }
    ]
  },
  "subject": {
    "reference": "Patient/connectdtx-patient-example"
  },
  "effectivePeriod": {
    "start": "2000-01-01T17:05:00+09:00"
  },
  "performer": [
    {
      "reference": "Patient/connectdtx-patient-example"
    }
  ],
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-permitted"
      }
    ]
  },
  "device": {
    "reference": "Device/connectdtx-device-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LP33126-1"
          }
        ]
      },
      "valueQuantity": {
        "value": 73,
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LP173213-2",
            "display": "Progress"
          }
        ]
      },
      "valueRatio": {
        "numerator": {
          "value": 1
        },
        "denominator": {
          "value": 42
        }
      }
    }
  ]
}