FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Observation |
| Id | Observation-StateOfMind2Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation StateOfMind2Example
Language: en
Profile: PGHD State of Mind Profile
status: Final
category: Survey
code: State of Mind
subject: John Doe Male, DoB: 1990-01-01
effective: 2021-10-01
issued: 2021-10-01 12:00:00+0900
performer: John Doe Male, DoB: 1990-01-01
device: Device: manufacturer = Apple Inc.
component
code: Kind
value: MOMENTARY EMOTIONS
component
code: Valence
value: 1
component
code: Valence Classification
value: Very Pleasant
component
code: Labels
dataAbsentReason: Asked But Declined
component
code: Associations
dataAbsentReason: Asked But Declined
Generated Narrative: Device #device
Profile: PGHD Device Profile
UdiCarriers
DeviceIdentifier FVFHX60ZQ6LC manufacturer: Apple Inc.
deviceName
name: Watch
type: Model name
deviceName
name: Apple Watch
type: User Friendly name
version
type: hardware
value: Watch6,7
version
type: software
value: 8.6
{
"resourceType": "Observation",
"id": "StateOfMind2Example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-observation-state-of-mind"
]
},
"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"
]
},
"udiCarrier": [
{
"deviceIdentifier": "FVFHX60ZQ6LC"
}
],
"manufacturer": "Apple Inc.",
"deviceName": [
{
"name": "Watch",
"type": "model-name"
},
{
"name": "Apple Watch",
"type": "user-friendly-name"
}
],
"version": [
{
"type": {
"text": "hardware"
},
"value": "Watch6,7"
},
{
"type": {
"text": "software"
},
"value": "8.6"
}
]
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
"code": "stateOfMind",
"display": "State of Mind"
}
]
},
"subject": {
"reference": "Patient/1"
},
"effectiveDateTime": "2021-10-01",
"issued": "2021-10-01T12:00:00+09:00",
"performer": [
{
"reference": "Patient/1"
}
],
"device": {
"reference": "#device"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-codes",
"code": "kind",
"display": "Kind"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-kind-codes",
"code": "momentaryEmotion",
"display": "MOMENTARY EMOTIONS"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-codes",
"code": "valence",
"display": "Valence"
}
]
},
"valueQuantity": {
"value": 1
}
},
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-codes",
"code": "valenceClassification",
"display": "Valence Classification"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-valence-codes",
"code": "veryPleasant",
"display": "Very Pleasant"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-codes",
"code": "labels",
"display": "Labels"
}
]
},
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "asked-declined",
"display": "Asked But Declined"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-codes",
"code": "associations",
"display": "Associations"
}
]
},
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "asked-declined",
"display": "Asked But Declined"
}
]
}
}
]
}