{
  "resourceType" : "Patient",
  "id" : "patient-baby-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-06-25T14:36:03Z",
    "profile" : [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-baby"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/birthPlace",
      "valueAddress" : {
        "text" : "Blacktown Hospital"
      }
    }
  ],
  "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://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" : "8003608166690503"
    },
    {
      "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",
      "value" : "02134005",
      "assigner" : {
        "display" : "Blacktown Hospital"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Baby of Eve Bill",
      "family" : "Bill",
      "given" : [
        "Baby of Eve"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2018-12-24",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime" : "2018-12-24T14:35:45-05:00"
      }
    ]
  },
  "address" : [
    {
      "text" : "home",
      "line" : [
        "31 Pacquola Street"
      ],
      "city" : "Blacktown",
      "state" : "NSW",
      "postalCode" : "2148",
      "country" : "Australia"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/RoleCode",
              "code" : "MTH",
              "display": "mother"
            }
          ],
          "text" : "Mother"
        }
      ],
      "name" : {
        "text" : "Eve Bill",
        "family" : "Bill",
        "given" : [
          "Eve"
        ]
      }
    },
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/RoleCode",
              "code" : "FTH",
              "display": "father"
             
            }
          ],
          "text" : "Father"
        }
      ],
      "name" : {
        "text" : "Simmons Bill",
        "family" : "Bill",
        "given" : [
          "Simmons"
        ]
      }
    }
  ]
}