MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords ATSI Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "fd27339c-a3a4-11e9-abf2-df04dbfce6e7",
  "meta" : {
    "lastUpdated" : "2021-05-13T01: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>Natalie Knaggs (OFFICIAL)</b> male, DoB: 1998-04-08</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">ph: 0410999998(MOBILE)</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=\"MediRecords Patient's CTG Co Payment Relief Extension\"><a href=\"StructureDefinition-mr-ctg-copayment-relief-extn.html\">CTG Co Payment Relief Extension:</a></td><td colspan=\"3\"><ul><li>true</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record the skin for patient with atsi status.\"><a href=\"StructureDefinition-mr-skin-extn.html\">ATSI Skin Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://fhir.medirecords.com/CodeSystem/mr-atsi-skin-code 9}\">Petyarr</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record the language Patient uses at home\"><a href=\"StructureDefinition-mr-language-at-home-extn.html\">Language Spoken At Home Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://fhir.medirecords.com/CodeSystem/mr-atsi-language-code 2}\">Alngith dialect</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place:</a></td><td colspan=\"3\"><ul><li>Parramatta</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/4.0.0/StructureDefinition-indigenous-status.html\">Australian Indigeneous Status:</a></td><td colspan=\"3\"><ul><li>https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 3: Both Aboriginal and Torres Strait Islander origin</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>true</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code" : "3",
        "display" : "Both Aboriginal and Torres Strait Islander origin"
      }
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-eng-secondlang-ind-extn",
      "valueBoolean" : true
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-ctg-copayment-relief-extn",
      "valueBoolean" : true
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "text" : "Parramatta"
      }
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-skin-extn",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.medirecords.com/CodeSystem/mr-atsi-skin-code",
            "code" : "9",
            "display" : "Petyarr"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-language-at-home-extn",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.medirecords.com/CodeSystem/mr-atsi-language-code",
            "code" : "2",
            "display" : "Alngith dialect"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Knaggs",
      "given" : [
        "Natalie"
      ],
      "prefix" : [
        "Mr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0410999998",
      "use" : "mobile",
      "rank" : 1
    }
  ],
  "gender" : "male",
  "birthDate" : "1998-04-08",
  "generalPractitioner" : [
    {
      🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
  }
}