Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-minimum-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-minimum-example",
  "meta" : {
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-minimum-example</b></p><a name=\"patient-minimum-example\"> </a><a name=\"hcpatient-minimum-example\"> </a><a name=\"patient-minimum-example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Stella Marie Franklin (official) (no stated gender), DoB: 1985-10-14 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class=\"grid\"><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; 2019-05)</li><li>DVA Number (Gold)/NBUR9080</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">31 Pacquola Street Clayton South Apartment 201 NSW 2148 (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Resource - Patient Sex at Birth\"><a href=\"StructureDefinition-sex-at-birth.html\">Sex at Birth extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/sex-at-birth",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "female"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "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"
          }
        }
      ],
      "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" : "8003608833357361"
    },
    {
      "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" : "2019-05"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "DVG",
            "display" : "DVA Number (Gold Card)"
          }
        ],
        "text" : "DVA Number (Gold)"
      },
      "system" : "http://ns.electronichealth.net.au/id/dva",
      "value" : "NBUR9080"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Franklin",
      "given" : [
        "Stella",
        "Marie"
      ]
    }
  ],
  "birthDate" : "1985-10-14",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "line" : [
        "31 Pacquola Street",
        "Clayton South",
        "Apartment 201"
      ],
      "state" : "NSW",
      "postalCode" : "2148"
    }
  ]
}