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

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeObservation
IdObservation-pghd-snore-event-3.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 pghd-snore-event-3

Language: en

Profile: PGHD SnoreEvent Profile

status: Final

category: Social History

code: Snore event

subject: John Doe Male, DoB: 1990-01-01

effective: 2019-02-05 22:27:00+0900 --> 2019-02-06 06:00:00+0900

performer: John Doe Male, DoB: 1990-01-01

value: false

device: Device: manufacturer = Apple Inc.


Generated Narrative: Device #device

manufacturer: Apple Inc.

deviceName

name: Apple Watch

type: User Friendly name

deviceName

name: Watch

type: Model name

version

type: heardware

value: Watch6,1

version

type: software

value: 9.1


Source1

{
  "resourceType": "Observation",
  "id": "pghd-snore-event-3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-snore-event"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "device",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device"
        ]
      },
      "manufacturer": "Apple Inc.",
      "deviceName": [
        {
          "name": "Apple Watch",
          "type": "user-friendly-name"
        },
        {
          "name": "Watch",
          "type": "model-name"
        }
      ],
      "version": [
        {
          "type": {
            "text": "heardware"
          },
          "value": "Watch6,1"
        },
        {
          "type": {
            "text": "software"
          },
          "value": "9.1"
        }
      ]
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
        "code": "snoreEvent"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "effectivePeriod": {
    "start": "2019-02-05T22:27:00+09:00",
    "end": "2019-02-06T06:00:00+09:00"
  },
  "performer": [
    {
      "reference": "Patient/1"
    }
  ],
  "valueBoolean": false,
  "device": {
    "reference": "#device"
  }
}