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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypePatient
IdPatient-ZKT9319.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 ZKT9319

Iosefa Test-Fuimaono Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)


Marital Status:Widowed
Contact DetailFlat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)
Language:en-NZ
Next-of-Kin:
  • Cindy Test-Fuimaono Test-Fuimaono
  • Flat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)
  • ph: 021 111111(Mobile)
Emergency Contact:
  • Cindy Test-Fuimaono Test-Fuimaono
  • Flat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)
  • ph: 021 111111(Mobile)

Source1

{
  "resourceType": "Patient",
  "id": "ZKT9319",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://example.org/ids",
      "value": "ZKT9319"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Test-Fuimaono",
      "given": [
        "Iosefa"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1950-07-04",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "Flat 1",
        "1 Brooklyn Road",
        "Claudelands"
      ],
      "city": "Hamilton",
      "postalCode": "3214",
      "country": "NZ"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "W",
        "display": "Widowed"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "name": {
        "use": "usual",
        "family": "Test-Fuimaono",
        "given": [
          "Cindy",
          "Test-Fuimaono"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "021 111111",
          "use": "mobile"
        }
      ],
      "address": {
        "use": "home",
        "type": "physical",
        "line": [
          "Flat 1",
          "1 Brooklyn Road",
          "Claudelands"
        ],
        "city": "Hamilton",
        "postalCode": "3214",
        "country": "NZ"
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "use": "usual",
        "family": "Test-Fuimaono",
        "given": [
          "Cindy",
          "Test-Fuimaono"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "021 111111",
          "use": "mobile"
        }
      ],
      "address": {
        "use": "home",
        "type": "physical",
        "line": [
          "Flat 1",
          "1 Brooklyn Road",
          "Claudelands"
        ],
        "city": "Hamilton",
        "postalCode": "3214",
        "country": "NZ"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "text": "en-NZ"
      }
    }
  ]
}