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

: Condition (SHS) - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "condition-shs-min-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-shs-min-01</b></p><a name=\"condition-shs-min-01\"> </a><a name=\"hccondition-shs-min-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></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-hi-testdata-frazier-brady.html\">Brady FRAZIER  Male, DoB: 1978-01-01 ( National unique individual identifier)</a></p><p><b>recordedDate</b>: 2015-02-25 11:59:54+1000</p><p><b>recorder</b>: <a href=\"PractitionerRole-canberra-gp.html\">PractitionerRole General practitioner</a></p></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"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "44054006",
        "display" : "Type 2 diabetes mellitus"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/hi-testdata-frazier-brady"
  },
  "recordedDate" : "2015-02-25T11:59:54+10:00",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/canberra-gp"
  }
}