Real-word condition example (Bacterial Infection)
{
"resourceType" : "Condition",
"id" : "f205",
"clinicalStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}]
},
"verificationStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "differential"
}]
},
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "87628006",
"display" : "Bacterial infectious disease"
}]
},
"bodyStructure" : {
"reference" : "BodyStructure/skin-patch"
},
"subject" : {
"reference" : "Patient/f201",
"display" : "Roel"
},
"recordedDate" : "2013-04-04",
"asserter" : {
"reference" : "Practitioner/f201"
}
}
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.