Exchanging Expressions
When expressions are used to record clinical data, it is important to establish effective ways of communicating these expressions with other systems.
[code]
{
"resourceType": "Condition",
"id": "f205",
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml">..."
},
"clinicalStatus": {},
"verificationStatus": {},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "301354004 |Pain of ear| : 272741003 |Laterality| = 7771000 |Left|",
"display": "Left ear pain"
},
{
"system": "http://snomed.info/sct",
"code": "301354004 |Pain of ear|",
"display": "Pain of ear"
}
]
},
"subject": {
"reference": "Patient/f201",
"display": "PP"
},
"recordedDate": "2013-04-04",
"asserter": {
"reference": "Practitioner/f201"
}
}
[/code]Last updated
