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

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypePatient
IdPatient-foreman-caterina.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 foreman-caterina

Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976386)


Other Id:Medicare Number/39513337011 (, period: (?) --> 2028-08)
Contact Detail
Individual Pronouns:
  • value: she/her/her/hers/herself
Person Recorded Sex Or Gender:
  • value: Female
  • type: Sex at Birth
Australian Indigenous Statusaustralian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin)
Individual Gender Identity:
  • value: Identifies as female gender

Source1

{
  "resourceType": "Patient",
  "id": "foreman-caterina",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient",
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding": {
        "system": "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code": "4",
        "display": "Neither Aboriginal nor Torres Strait Islander origin"
      }
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "446141000124107",
                "display": "Identifies as female gender"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
    },
    {
      "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-pronouns"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "248152002",
                "display": "Female"
              }
            ],
            "text": "Female"
          }
        },
        {
          "url": "type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "1515311000168102",
                "display": "Biological sex at birth"
              }
            ],
            "text": "Sex at Birth"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
    }
  ],
  "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": "8003608666976386"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MC"
          }
        ],
        "text": "Medicare Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-number",
      "value": "39513337011",
      "period": {
        "end": "2028-08"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "FOREMAN",
      "given": [
        "Caterina"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0370109077",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "0491576801",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "0370106312",
      "use": "work"
    },
    {
      "system": "email",
      "value": "caterina.foreman@my-own-personal-domain.com"
    }
  ],
  "gender": "female",
  "birthDate": "1970-07-24",
  "address": [
    {
      "use": "home",
      "line": [
        "149 Farmer Cnr"
      ],
      "city": "Sunshine",
      "state": "VIC",
      "postalCode": "3020",
      "country": "AU"
    }
  ]
}