FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Observation |
| Id | Observation-pghd-snore-index-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pghd-snore-index-2
Language: en
Profile: PGHD SnoreIndex Profile
status: Final
category: Social History
code: Snore index
subject: John Doe Male, DoB: 1990-01-01
effective: 2019-02-05 22:00:00+0900 --> 2019-02-06 06:00:00+0900
performer: John Doe Male, DoB: 1990-01-01
value: 18.75 /h (Details: UCUM code/h = '/h')
device: Device: manufacturer = Apple Inc.
hasMember:
Generated Narrative: Device #device
Profile: PGHD Device Profile
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
{
"resourceType": "Observation",
"id": "pghd-snore-index-2",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-snore-index"
]
},
"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": "snoreIndex"
}
]
},
"subject": {
"reference": "Patient/1"
},
"effectivePeriod": {
"start": "2019-02-05T22:00:00+09:00",
"end": "2019-02-06T06:00:00+09:00"
},
"performer": [
{
"reference": "Patient/1"
}
],
"valueQuantity": {
"value": 18.75,
"unit": "/h",
"system": "http://unitsofmeasure.org",
"code": "/h"
},
"device": {
"reference": "#device"
},
"hasMember": [
{
"reference": "Observation/pghd-snore-event-1"
},
{
"reference": "Observation/pghd-snore-event-2"
},
{
"reference": "Observation/pghd-snore-event-3"
}
]
}