Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sample Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "1078d551-7be2-49f7-a122-c230b8757f2f",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/gs-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 1078d551-7be2-49f7-a122-c230b8757f2f</b></p><a name=\"1078d551-7be2-49f7-a122-c230b8757f2f\"> </a><a name=\"hc1078d551-7be2-49f7-a122-c230b8757f2f\"> </a><a name=\"1078d551-7be2-49f7-a122-c230b8757f2f-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gs-patient.html\">Genie Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mary Smith (official) Female, DoB: 1967-01-20 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Medicare Number/32788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12)</li><li>Insurance Member Number/8279115</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0441344122(Mobile)</li><li>ph: 0239991221(Home)</li><li><a href=\"mailto:jonosmith56@gmail.com\">jonosmith56@gmail.com</a></li><li>12 Boundary road South Brisbane QLD 4101 (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-fec5f6ca-f9e7-4c54-92b9-385d2fac8328.html\">Jonathanport Medical Centre</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833357361"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "32788511952",
      "period" : {
        "end" : "2023-12"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MB"
          }
        ],
        "text" : "Insurance Member Number"
      },
      "system" : "https://privatehealth.gov.au/insurer/BUP/member/memberid",
      "value" : "8279115",
      "assigner" : {
        "display" : "Bupa HI Pty Ltd"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Mary"
      ],
      "prefix" : [
        "Mrs"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0441344122",
      "use" : "mobile"
    },
    {
      "system" : "phone",
      "value" : "0239991221",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "jonosmith56@gmail.com",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1967-01-20",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "line" : [
        "12 Boundary road"
      ],
      "city" : "South Brisbane",
      "state" : "QLD",
      "postalCode" : "4101"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/fec5f6ca-f9e7-4c54-92b9-385d2fac8328",
    "display" : "Jonathanport Medical Centre"
  }
}