This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions. Page versions: R5 R4 R3
Raw json
{
"resourceType" : "Condition",
"id" : "example0",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/StructureDefinition/au-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 44054006}\">Type 2 diabetes mellitus</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Generated Summary: IHI: 8003608833357361, Medicare Number: 32788511952, Health Care Card Number: 307111942H; Stella Franklin ; sfranklin@amail.example.com; gender: female; birthDate: 1985-10-14</a></p><p><b>onset</b>: 2011-01-23</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 386033004}\">Neuropathy</span></td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44054006",
"display" : "Type 2 diabetes mellitus"
}
]
},
"subject" : {
"reference" : "Patient/example0"
},
"onsetDateTime" : "2011-01-23",
"evidence" : [
{
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386033004",
"display" : "Neuropathy"
}
]
}
]
}
]
}