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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypePatient
Id822A52N52H8R.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "1982-08-03T00:00:00+02:00"
      }
    ]
  },
  "active": true,
  "address": [
    {
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "TESTSTRAAT"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "923"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "2"
            }
          ]
        }
      ],
      "city": "Brussel",
      "country": "BE",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "nl"
        }
      ],
      "line": [
        "TESTSTRAAT 923"
      ],
      "period": {
        "end": "9999-12-31T23:59:00+01:00",
        "start": "2000-01-01T00:00:00+01:00"
      },
      "postalCode": "1000",
      "use": "home"
    }
  ],
  "birthDate": "1982-08-03",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "nl",
            "system": "urn:ietf:bcp:47"
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "code": "N",
              "system": "http://terminology.hl7.org/CodeSystem/v2-013"
            }
          ]
        },
        {
          "coding": [
            {
              "code": "partner",
              "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person"
            }
          ]
        },
        {
          "coding": [
            {
              "code": "par",
              "display": "partner",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/pm/patientAdres/relatieType"
            }
          ]
        }
      ],
      "telecom": [
        {
          "rank": 9,
          "system": "sms",
          "value": "+3212345678"
        }
      ]
    }
  ],
  "deceasedBoolean": false,
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "BE",
                "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-fed-country"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor",
      "valueBoolean": false
    },
    {
      "extension": [
        {
          "url": "isTestPatient",
          "valueBoolean": true
        },
        {
          "url": "isNotHuman",
          "valueBoolean": false
        },
        {
          "url": "isEmergencyPatient",
          "valueBoolean": false
        },
        {
          "url": "isAdministrativePatient",
          "valueBoolean": false
        }
      ],
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags"
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode",
      "valueReference": {
        "reference": "Organization/UZL"
      }
    }
  ],
  "gender": "male",
  "id": "822A52N52H8R",
  "identifier": [
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "type": {
        "coding": [
          {
            "code": "SB",
            "display": "Social Beneficiary Identifier",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "official",
      "value": "38480398658"
    },
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr",
      "type": {
        "coding": [
          {
            "code": "MR",
            "display": "Medical record number",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "usual",
      "value": "923"
    },
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/emdnr",
      "type": {
        "coding": [
          {
            "code": "MR",
            "display": "Medical record number",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "usual",
      "value": "820803M390"
    }
  ],
  "meta": {
    "lastUpdated": "2021-11-08T16:28:33.406544+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPatient"
    ]
  },
  "multipleBirthBoolean": false,
  "name": [
    {
      "family": "PASTEUR",
      "given": [
        "LOUIS (DEMO)"
      ],
      "prefix": [
        "Dhr."
      ],
      "use": "official"
    }
  ],
  "resourceType": "Patient",
  "telecom": [
    {
      "rank": 1,
      "system": "phone",
      "value": "0200000923"
    }
  ]
}