FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Observation |
| Id | Observation-pghd-blood-glucose-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pghd-blood-glucose-3
Language: en
Profile: PGHD BloodGlucose Profile
status: Final
category: Vital Signs
code: Glucose [Moles/volume] in Capillary blood by Glucometer
subject: John Doe Male, DoB: 1990-01-01
effective: 2020-10-05
issued: 2019-12-05 09:21:37+0900
performer: John Doe Male, DoB: 1990-01-01
dataAbsentReason: As Text
note:
comment
device: Device: manufacturer = Apple Inc.
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": "pghd-blood-glucose-3",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-blood-glucose"
]
},
"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": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
"code": "bloodGlucose"
},
{
"system": "http://loinc.org",
"code": "14743-9",
"display": "Glucose [Moles/volume] in Capillary blood by Glucometer"
}
]
},
"subject": {
"reference": "Patient/1"
},
"effectiveDateTime": "2020-10-05",
"issued": "2019-12-05T09:21:37.130+09:00",
"performer": [
{
"reference": "Patient/1"
}
],
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "as-text",
"display": "As Text"
}
]
},
"note": [
{
"text": "comment"
}
],
"device": {
"reference": "#device"
}
}