MediRecords FHIR Implementation Guide
1.4.1 - release


: Diarrhoea Diagnosis Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "9bf648c6-20b9-11ec-9621-0242ac130001",
  "meta" : {
    "lastUpdated" : "2021-10-15T01:43:30Z",
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-condition-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition 9bf648c6-20b9-11ec-9621-0242ac130001</b></p><a name=\"9bf648c6-20b9-11ec-9621-0242ac130001\"> </a><a name=\"hc9bf648c6-20b9-11ec-9621-0242ac130001\"> </a><a name=\"9bf648c6-20b9-11ec-9621-0242ac130001-en-US\"> </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\">Last updated: 2021-10-15 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-condition-core.html\">MR Condition</a></p></div><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>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62315008}\">Diarrhoea</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>encounter</b>: <a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000; reasonCode = </a></p><p><b>onset</b>: 2021-10-15 01:43:30+0000</p><p><b>recorder</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p><p><b>asserter</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p></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"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "62315008",
        "display" : "Diarrhoea"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
  },
  "onsetDateTime" : "2021-10-15T01:43:30Z",
  "_onsetDateTime" : {
    "extension" : [
      {
        "url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
        "valueCoding" : {
          "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
          "code" : "AAA"
        }
      }
    ]
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
  },
  "asserter" : {
    🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
  }
}