Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Community pharmacy medicine review encounter for Mac Priest (2018) - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "psml-03",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter psml-03</b></p><a name=\"psml-03\"> </a><a name=\"hcpsml-03\"> </a><a name=\"psml-03-en-AU\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1348961000168104}\">Community pharmacy medicine review</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 182836005}\">Medicines review</span></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-priest-mac.html\">Mac PRIEST  Male, DoB: 1989-03-09 ( Patient's Medicare number: MedicareNumber#2953307121\u00a0(,\u00a0period:\u00a0(?) --&gt; 2024-03-31))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-pharmacist-retail.html\">PractitionerRole Retail Pharmacist</a></td></tr></table><p><b>period</b>: 2018-12-11 10:00:00+1000 --&gt; 2018-12-11 13:30:00+1000</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1348961000168104",
          "display" : "Community pharmacy medicines review"
        }
      ],
      "text" : "Community pharmacy medicine review"
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "182836005",
        "display" : "Review of medication"
      }
    ],
    "text" : "Medicines review"
  },
  "subject" : {
    🔗 "reference" : "Patient/hi-testdata-priest-mac",
    "identifier" : // relative reference to Patient resource
    {
      "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" : "8003608333563104"
    }
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/pharmacist-retail"
      }
    }
  ],
  "period" : // relative reference to PractitionerRole resource
  {
    "start" : "2018-12-11T10:00:00+10:00",
    "end" : "2018-12-11T13:30:00+10:00"
  }
}