This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Example of deviceobservationreport
{
"resourceType": "DeviceObservationReport",
"text": {
"status": "generated",
"div": "<div>\n <p>example</p>\n </div>"
},
"contained": [
{
"resourceType": "Observation",
"id": "o1",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "147842",
"display": "MDC_ECG_HEART_RATE"
}
]
},
"valueQuantity": {
"value": 60,
"units": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o2",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "148065",
"display": "MDC_ECG_V_P_C_CNT"
}
]
},
"valueQuantity": {
"value": 0,
"units": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o3",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150035",
"display": "MDC_ECG_HEART_RATE"
}
]
},
"valueQuantity": {
"value": 60,
"units": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o4",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150033",
"display": "MDC_PRESS_BLD_ART_SYS"
}
]
},
"valueQuantity": {
"value": 120,
"units": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o5",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150034",
"display": "MDC_PRESS_BLD_ART_DIA"
}
]
},
"valueQuantity": {
"value": 80,
"units": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o6",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "149522",
"display": "MDC_BLD_PULS_RATE_INV"
}
]
},
"valueQuantity": {
"value": 60,
"units": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o7",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150047",
"display": "MDC_PRESS_BLD_ART_PULM_MEAN"
}
]
},
"valueQuantity": {
"value": 14,
"units": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o8",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150045",
"display": "MDC_PRESS_BLD_ART_PULM_SYS"
}
]
},
"valueQuantity": {
"value": 25,
"units": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Observation",
"id": "o9",
"name": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "150046",
"display": "MDC_PRESS_BLD_ART_PULM_DIA"
}
]
},
"valueQuantity": {
"value": 10,
"units": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"status": "preliminary",
"reliability": "ok"
},
{
"resourceType": "Device",
"id": "d1",
"identifier": [
{
"system": "http://goodcare.org/devices/id",
"value": "A23-352"
},
{
"system": "http://gs1.org/gtin",
"value": "04012313012313"
},
{
"label": "serial number",
"system": "http://acme.org/au",
"value": "080019FFFF4F6AFE20081211144657"
},
{
"system": "http://standards.ieee.org/develop/regauth/tut/eui64.pdf",
"value": "080019FFFF4F6AFE20081211144657"
}
],
"type": {
"coding": [
{
"system": "urn:std:iso:11073:10101",
"code": "2000"
}
]
},
"manufacturer": "Aware",
"model": "AB 45-J",
"lotNumber": "43453424",
"contact": [
{
"system": "phone",
"value": "ext 4352"
}
]
}
],
"instant": "2008-12-11T14:45:00",
"source": {
"reference": "#d1"
},
"subject": {
"reference": "Patient/ihe-pcd"
},
"virtualDevice": [
{
"channel": [
{
"metric": [
{
"observation": {
"reference": "#o1"
}
},
{
"observation": {
"reference": "#o2"
}
},
{
"observation": {
"reference": "#o3"
}
},
{
"observation": {
"reference": "#o4"
}
},
{
"observation": {
"reference": "#o5"
}
},
{
"observation": {
"reference": "#o6"
}
},
{
"observation": {
"reference": "#o7"
}
},
{
"observation": {
"reference": "#o8"
}
},
{
"observation": {
"reference": "#o9"
}
}
]
}
]
}
]
}