{
  "resourceType": "Patient",
  "id": "ncdhc-patient-expectant-mother-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-12-27T16:13:03Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-expectant-mother"
    ]
  },
  "identifier": [
    {
      "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": "8003608000024083"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003620000000000",
      "value": "02134000",
      "assigner": {
        "display": "Blacktown Hospital"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "prefix": [
        "Ms"
      ],
      "text": "Eve Bill",
      "family": "Bill",
      "given": [
        "Eve"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2004-12-24",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "2004-12-24T14:35:45-05:00"
      }
    ]
  },
  "address": [
    {
      "text": "home",
      "line": [
        "31 Pacquola Street"
      ],
      "city": "Blacktown",
      "state": "NSW",
      "postalCode": "2148",
      "country": "Australia"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "testemail.evebill@gmail.com.au",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "0411111567",
      "use": "mobile"
    }
  ]
}