FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeRelatedPerson
IdRelatedPerson-example3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: RelatedPerson example3

identifier: Medicare Number/22968184812 (, period: (?) --> 2022-12)

active: true

patient: Alejandro Hernández MRN: 765567765FRD (Identifier: Medical record number/765567765FRD)

relationship: father

name: Bill Simmons

telecom: billsimmons@amail.example.com, ph: (03) 5550 6677(Home)

gender: Male

birthDate: 1975-04-01

address: 55 Sarah Street Strahan TAS 7468 AU


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example3",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}