My Health Record FHIR IG - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "condition-eds-max-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-mhr-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-eds-max-01</b></p><a name=\"condition-eds-max-01\"> </a><a name=\"hccondition-eds-max-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-condition-mhr-1.html\">MHR Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span>, <span title=\"Codes:\">Principal diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 76581006}\">Cholecystitis</span></p><p><b>subject</b>: <a href=\"Patient-broadway-mike.html\">Mike Broadway Male, DoB: 1967-04-12 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608166895854)</a></p><p><b>onset</b>: 2017-03-30</p><p><b>abatement</b>: 2017-04-05</p><p><b>recordedDate</b>: 2018-02-25 11:59:54+1000</p><p><b>recorder</b>: <a href=\"PractitionerRole-canberra-gp.html\">PractitionerRole General practitioner</a></p><p><b>note</b>: </p><blockquote><div><p>Acute cholecystitis caused by gallstones.</p>\n</div></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "resolved",
"display" : "Resolved"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
]
},
{
"text" : "Principal diagnosis"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "76581006",
"display" : "Cholecystitis"
}
]
},
"subject" : {
🔗 "reference" : "Patient/broadway-mike"
},
"onsetDateTime" : "2017-03-30",
"abatementDateTime" : "2017-04-05",
"recordedDate" : "2018-02-25T11:59:54+10:00",
"recorder" : {
🔗 "reference" : "PractitionerRole/canberra-gp"
},
"note" : [
{
"text" : "Acute cholecystitis caused by gallstones."
}
]
}