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

FHIR IG analytics

Packagenxh.fhir.r4
Resource TypePatient
Idnxhpatient-example.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": "1985-01-01T01:00:00+01:00"
      }
    ]
  },
  "active": true,
  "address": [
    {
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Blauwe Straat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "20"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "2B"
            }
          ]
        }
      ],
      "city": "Leuven",
      "country": "Belgium",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "nl"
        }
      ],
      "line": [
        "Blauwe Straat 20 2B"
      ],
      "postalCode": "3000",
      "use": "home"
    }
  ],
  "birthDate": "1985-01-01",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "en",
            "display": "en",
            "system": "http://terminology.hl7.org/CodeSystem/iso639-1"
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "address": {
        "city": "Leuven",
        "country": "Belgium",
        "line": [
          "Cirkelstraat 127 B3 "
        ],
        "postalCode": "3000",
        "use": "home"
      },
      "extension": [
        {
          "url": "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhExtGpreference",
          "valueReference": {
            "reference": "Practitioner/7a3d11233-027e-4e45-a2e9-c23c3f59880d"
          }
        }
      ],
      "name": {
        "family": "HAEVERANS",
        "given": [
          "LUC"
        ]
      },
      "relationship": [
        {
          "coding": [
            {
              "code": "Practitioner",
              "display": "Practitioner",
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131"
            }
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "use": "work",
          "value": "+32488123888"
        }
      ]
    }
  ],
  "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"
    }
  ],
  "gender": "female",
  "generalPractitioner": [
    {
      "identifier": {
        "value": "Practitioner/7a3d11233-027e-4e45-a2e9-c23c3f59880d"
      }
    }
  ],
  "id": "9859564e-e3d8-47e5-b429-123676f44fb6",
  "identifier": [
    {
      "system": "https://fhir.nxh.com/standards/fhir/NamingSystem/patientId",
      "type": {
        "coding": [
          {
            "code": "MR",
            "display": "Medical record number",
            "system": "https://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "usual",
      "value": "9859564e-e3d8-47e5-b429-123676f44fb6"
    },
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "type": {
        "coding": [
          {
            "code": "SB",
            "display": "Social Beneficiary Identifier",
            "system": "https://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "official",
      "value": "23010123345"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "code": "W",
        "display": "Widowed",
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
      }
    ]
  },
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
    ]
  },
  "name": [
    {
      "family": "Kholi",
      "given": [
        "Dalin",
        "Daly",
        "D-man"
      ]
    }
  ],
  "resourceType": "Patient",
  "telecom": [
    {
      "system": "phone",
      "use": "mobile",
      "value": "+32498512346"
    }
  ]
}