AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: RelatedPerson - as father - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "example3",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"example3\"> </a><a name=\"hcexample3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson &quot;example3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-relatedperson.html\">AU Base Related Person</a></p></div><p><b>identifier</b>: Medicare Number/22968184812\u00a0(period:\u00a0(?) --&gt; 2022-12)</p><p><b>active</b>: true</p><p><b>patient</b>: <span>: Alejandro Hernández MRN: 765567765FRD</span></p><p><b>relationship</b>: father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#FTH)</span></p><p><b>name</b>: Bill Simmons </p><p><b>telecom</b>: <a href=\"mailto:billsimmons@amail.example.com\">billsimmons@amail.example.com</a>, ph: (03) 5550 6677(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-04-01</p><p><b>address</b>: 55 Sarah Street Strahan TAS 7468 AU </p></div>"
  },
  "identifier" : [
    {
      "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" : "22968184812",
      "period" : {
        "end" : "2022-12"
      }
    }
  ],
  "active" : true,
  "patient" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "http://downunderhospital.example.com/identifiers/patient",
      "value" : "765567765FRD",
      "assigner" : {
        🔗 "reference" : "Organization/example0",
        "display" : "Downunder Hospital"
      }
    },
    "display" : "Alejandro Hernández MRN: 765567765FRD"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FTH",
          "display" : "father"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Simmons",
      "given" : [
        "Bill"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "billsimmons@amail.example.com",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "(03) 5550 6677",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1975-04-01",
  "address" : [
    {
      "line" : [
        "55 Sarah Street"
      ],
      "city" : "Strahan",
      "state" : "TAS",
      "postalCode" : "7468",
      "country" : "AU"
    }
  ]
}