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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypePatient
IdPatient-banks-mia-leanne.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: Patient banks-mia-leanne

Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)


Contact Detail
Individual Pronouns:
  • value: she/her/her/hers/herself
Person Recorded Sex Or Gender:
  • value: Female
  • type: Biological sex at birth
Individual Gender Identity:
  • value: Identifies as female gender

Source1

{
  "resourceType": "Patient",
  "id": "banks-mia-leanne",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "446141000124107",
                "display": "Identifies as female gender"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29519-8",
                "display": "she/her/her/hers/herself"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "248152002"
              }
            ],
            "text": "Female"
          }
        },
        {
          "url": "type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "1515311000168102",
                "display": "Biological sex at birth"
              }
            ]
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
          "valueCoding": {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
            "code": "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"
          }
        ],
        "text": "IHI"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value": "8003608333647261"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Banks",
      "given": [
        "Mia",
        "Leanne"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0270102724",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "0491574632",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "0270107520",
      "use": "home"
    },
    {
      "system": "email",
      "value": "mia.banks@myownpersonaldomain.com"
    },
    {
      "system": "phone",
      "value": "270107520",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1983-08-25",
  "address": [
    {
      "line": [
        "50 Sebastien St"
      ],
      "city": "Minjary",
      "state": "NSW",
      "postalCode": "2720",
      "country": "AU"
    }
  ]
}