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

FHIR IG analytics

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

Profile: ConnectDTx Observation

status: final

category: Activity (Observation Category Codes#activity)

code: ISI (Insomnia Severity Index) score ()

subject: Patient/connectdtx-patient-example ""

effective: 2000-01-01 14:05:00+0900

value: 14/28


Source1

{
  "resourceType": "Observation",
  "id": "connectdtx-observation-hosp-wo-examcode-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "text": "ISI (Insomnia Severity Index) score"
  },
  "subject": {
    "reference": "Patient/connectdtx-patient-example"
  },
  "effectiveDateTime": "2000-01-01T14:05:00+09:00",
  "valueRatio": {
    "numerator": {
      "value": 14
    },
    "denominator": {
      "value": 28
    }
  }
}