Primary Care Implementation Guide

AU Primary Care Implementation Guide - Local Development build (vnull). See the Directory of published versions

Example: Patient-4E756D076EDCAF7552FFF6CF7B7BB2A1.20

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Patient",
  "id" : "4E756D076EDCAF7552FFF6CF7B7BB2A1.20",
  "meta" : {
    "versionId" : "20180903231855",
    "lastUpdated" : "2018-09-03T23:18:55.597+00:00",
    "profile" : [
      "https://aehrc.com/fhir/StructureDefinition/AUPrimaryCarePatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Anderson,David (Male 64y)</p>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code" : "4",
        "display" : "Neither Aboriginal nor Torres Strait Islander origin"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/birthPlace",
      "valueAddress" : {
        "country" : "NZ"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "62882534431",
      "period" : {
        "end" : "2021-07"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "PEN",
            "display" : "Pension Number"
          }
        ],
        "text" : "Pensioner Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
      "value" : "403123456H"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
          "valueCoding" : {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
            "code" : "active",
            "display" : "active"
          }
        },
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status",
          "valueCoding" : {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1",
            "code" : "verified",
            "display" : "verified"
          }
        }
      ],
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608166845602",
      "period" : {
        "start" : "2018-08-17T19:35:04+10:00"
      }
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MB",
            "display" : "Member Number"
          }
        ],
        "text" : "Health Fund Number"
      },
      "value" : "21342233J",
      "assigner" : {
        "display" : "MEDIBANK PRIVATE LTD"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Anderson",
      "given" : [
        "David"
      ],
      "prefix" : [
        "Mr"
      ]
    },
    {
      "use" : "nickname",
      "text" : "David"
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "anderson.p@hcn.samplesdb.com.au",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "(07) 3124 5678"
    }
  ],
  "gender" : "male",
  "birthDate" : "1955-01-04",
  "deceasedBoolean" : false,
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-preferred",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "physical",
      "line" : [
        "61 Wallace Street"
      ],
      "city" : "Bundaberg",
      "state" : "QLD",
      "postalCode" : "4670"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/MaritalStatus",
        "code" : "U",
        "display" : "unmarried"
      }
    ],
    "text" : "Single"
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0131",
              "code" : "C"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0131",
              "code" : "N"
            },
            {
              "system" : "http://hl7.org/fhir/v3/RoleCode",
              "code" : "CHILD"
            }
          ]
        }
      ],
      "name" : {
        "use" : "usual",
        "family" : "Anderson",
        "given" : [
          "Penny"
        ],
        "prefix" : [
          "Mrs"
        ]
      },
      "telecom" : [
        {
          "system" : "email",
          "value" : "anderson.p@hcn.samplesdb.com.au",
          "use" : "home"
        }
      ]
    }
  ]
}