MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords General Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "1e5cae20-85bf-11e8-b401-ffccd711ad9c",
  "meta" : {
    "lastUpdated" : "2021-10-11T01:43:30Z",
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-patient-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mila</b> female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(period:\u00a0(?) --&gt; 2025-02))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Patient external identifier: 12345678H</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt Names:</td><td colspan=\"3\"><ul><li>Mila Grey (OFFICIAL)</li><li>Don Mila(OLD)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 0410999999(MOBILE)</li><li><a href=\"mailto:mila.grey@xyz.com\">mila.grey@xyz.com</a></li><li>abc lane Sydney NSW 2000 AU (HOME)</li><li>12 MLK BLVD Tampa FL 33131 US (WORK)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</li><li>Managing Organization: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a> &quot;Healthy Live Clinic&quot;</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and is used to represent ethnic identity. This extension is to support the provision of healthcare services to patients with specific cultural identities. This extension provides further information about a person’s cultural values and practices which can be significant in determining service type, support required and possible needs.\"><a href=\"http://hl7.org.au/fhir/4.0.0/StructureDefinition-ethnicity.html\">Ethnicity:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code 155}\">Scottish</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record if the patient in context uses English as the second language\"><a href=\"StructureDefinition-mr-eng-secondlang-ind-extn.html\">English As Second Language Indicator Extension:</a></td><td colspan=\"3\"><ul><li>false</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-eng-secondlang-ind-extn",
      "valueBoolean" : false
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/ethnicity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code",
            "code" : "155",
            "display" : "Scottish"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "32788511952",
      "period" : {
        "end" : "2025-02"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PT",
            "display" : "Patient external identifier"
          }
        ]
      },
      "system" : "urn:uuid:88229aa3-20e8-491f-8e5a-3c5918850b93",
      "value" : "12345678H"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Grey",
      "given" : [
        "Mila"
      ],
      "prefix" : [
        "Mrs"
      ]
    },
    {
      "use" : "usual",
      "text" : "Mila"
    },
    {
      "use" : "old",
      "text" : "Don Mila"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0410999999",
      "use" : "mobile",
      "rank" : 1
    },
    {
      "system" : "email",
      "value" : "mila.grey@xyz.com",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-11-29",
  "_birthDate" : {
    "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",
          "display" : "Day, month and year are accurate"
        }
      }
    ]
  },
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "physical",
      "line" : [
        "abc lane"
      ],
      "city" : "Sydney",
      "state" : "NSW",
      "postalCode" : "2000",
      "country" : "AU"
    },
    {
      "extension" : [
        {
          "url" : "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn",
          "valueBoolean" : false
        }
      ],
      "use" : "work",
      "type" : "physical",
      "line" : [
        "12 MLK BLVD"
      ],
      "city" : "Tampa",
      "state" : "FL",
      "postalCode" : "33131",
      "country" : "US"
    }
  ],
  "generalPractitioner" : [
    {
      "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
  }
}