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

: Follow-Up Encounter for Mr Zhang Wei (2020) - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "es-02",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-mhr-1"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p>ZHANG Wei; MC = 29533070311; IHI = 8003608000228437; gender = male</p>\n            <p>Patient presented for follow-up with urinary tract infection on 30\n                May.</p>\n            <p>Complaining of frequent and painful urinating. Midstream urine test was\n                done and revealed urinary infection.</p>\n            <p>Culture and sensitivity test discovered escherichia coli sensitive to\n                Bactrim.</p>\n            <p>Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one\n                tablet 4 times a day.</p>\n            <p>Patient has no allergies.</p>\n        </div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "390906007",
          "display" : "Follow-up encounter"
        }
      ]
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "700232004",
        "display" : "General medical service"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/mhr-zhang-wei",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608000228437"
    }
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/algrester-greg-gp"
      }
    }
  ],
  "period" : {
    "start" : "2020-05-30T09:00:00+10:00",
    "end" : "2020-05-30T09:30:00+10:00"
  }
}