This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 - creatinine
{
"resourceType": "Observation",
"id": "f204",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "365756002",
"display": "Creatinine level"
}
]
},
"valueQuantity": {
"value": 122,
"units": "umol/L",
"system": "http://snomed.info/sct",
"code": "258814008"
},
"interpretation": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "166717003",
"display": "Serum creatinine raised"
},
{
"system": "http://hl7.org/fhir/v2/0078",
"code": "H"
}
]
},
"issued": "2013-04-04T14:34:00+01:00",
"status": "final",
"reliability": "ok",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "113075003",
"display": "Creatinine measurement, serum"
}
]
},
"identifier": {
"label": "Creatinine value of Roel on April 2013 - 03720",
"system": "https://intranet.aumc.nl/labvalues",
"value": "1304-03720-Creatinine"
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"performer": [
{
"reference": "Practitioner/f202",
"display": "Luigi Maas"
}
],
"referenceRange": [
{
"low": {
"value": 64
},
"high": {
"value": 104
},
"meaning": {
"coding": [
{
"system": "http://hl7.org/fhir/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
]
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.