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
. Page versions: R5 R4B R4 R3 R2
Real-world patient - egfr
{
"resourceType": "Observation",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>name</b>: \n <span title=\"Codes: {http://snomed.info/sct 409402009}\">Epidermal Growth Factor Receptor</span>\n </p>\n <p>\n <b>value[x]</b>: 54 mL/min\n </p>\n <p>\n <b>interpretation</b>: \n <span title=\"Codes: {http://snomed.info/sct 427038005}, {http://hl7.org/fhir/v2/0078 NEG}\">Negative for epidermal growth factor receptor expression (Non-small cell lung cancer)</span>\n </p>\n <p>\n <b>issued</b>: 4-Apr 2013 14:34\n </p>\n <p>\n <b>status</b>: final_\n </p>\n <p>\n <b>reliability</b>: ok\n </p>\n <p>\n <b>method</b>: \n <span title=\"Codes: {http://snomed.info/sct 129266000}\">Measurement</span>\n </p>\n <p>\n <b>identifier</b>: eGFR value of Roel on April 2013 - 03720 = 1304-03720-eGFR\n </p>\n <p>\n <b>subject</b>: Roel\n </p>\n <p>\n <b>performer</b>: Luigi Maas\n </p>\n <h3>ReferenceRanges</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Low</b>\n </td>\n <td>\n <b>High</b>\n </td>\n <td>\n <b>Meaning</b>\n </td>\n <td>\n <b>Age</b>\n </td>\n </tr>\n <tr>\n <td> </td>\n <td>60 mL/min</td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </div>"
},
"name": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "409402009",
"display": "Epidermal Growth Factor Receptor"
}
]
},
"valueQuantity": {
"value": 54,
"units": "mL/min",
"system": "http://snomed.info/sct",
"code": "258859000"
},
"interpretation": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "427038005",
"display": "Negative for epidermal growth factor receptor expression (Non-small cell lung cancer)"
},
{
"system": "http://hl7.org/fhir/v2/0078",
"code": "NEG"
}
]
},
"issued": "2013-04-04T14:34:00+01:00",
"status": "final",
"reliability": "ok",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129266000",
"display": "Measurement"
}
]
},
"identifier": {
"label": "eGFR value of Roel on April 2013 - 03720",
"system": "https://intranet.aumc.nl/labvalues",
"value": "1304-03720-eGFR"
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"performer": [
{
"reference": "Practitioner/f202",
"display": "Luigi Maas"
}
],
"referenceRange": [
{
"high": {
"value": 60,
"units": "mL/min"
}
}
]
}