Validator
LOG IN
SIGN UP
Scope
package:hl7.fhir.r4.core@4.0.1
Readonly
If you
Log in
or
sign up
, you can edit this script yourself.
{ "resourceType": "Patient", "id": "patient1", "meta": { "versionId": "1", "lastUpdated": "2019-07-01T13:30:55.864+00:00", "profile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient" ] }, "text": { "status": "generated" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", "valueAddress": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/language", "valueCode": "nl" } ], "city": "Namen", "country": "BE" } }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality", "extension": [ { "url": "code", "valueCodeableConcept": { "coding": [ { "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-fed-country", "code": "BE", "display": "Belgium" } ] } } ] } ], "identifier": [ { "use": "official", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "SB", "display": "Social Beneficiary Identifier" } ] }, "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin", "value": "79121137740" }, { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR", "display": "Medical record number" } ] }, "system": "https://www.goodhealthhospital.be/standards/fhir/NamingSystem/patientrecord", "value": "45XXP0PA-4" } ], "active": true, "name": [ { "use": "official", "family": "La Paradisio", "given": [ "Josephine", "Nessa" ] } ], "telecom": [ { "system": "email", "value": "nessa.laparadisio@belgium.be" }, { "system": "phone", "value": "+322476792979", "use": "mobile" }, { "system": "phone", "value": "+3226718655", "use": "home" }, { "system": "phone", "value": "+322476799", "use": "work" } ], "birthDate": "2022-02-03", "address": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/language", "valueCode": "nl" } ], "use": "home", "type": "both", "text": "Sloordelle 42, 1160 Oudergem", "line": [ "Sloordelle 42" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Sloordelle" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "42" } ] } ], "city": "Oudergem", "postalCode": "1160", "country": "BE" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/language", "valueCode": "fr" } ], "use": "home", "type": "both", "text": "42, Allee des Colzas, 1160 Auderghem", "line": [ "42, Allee des Colzas" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Allee des Colzas" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "42" } ] } ], "city": "Auderghem", "postalCode": "1160", "country": "BE" }, { "use": "work", "type": "both", "text": "377, Avenue Prince d'Orange, 1420 Braine-l\u00ca\u00bcAlleud", "line": [ "377, Avenue Prince d'Orange" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Avenue Prince d'Orange" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "377" } ] } ], "city": "Braine-l\u00ca\u00bcAlleud", "postalCode": "1420", "country": "BE" } ], "maritalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus", "code": "D", "display": "Divorced" }, { "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-civilstate", "code": "41", "display": "Divorced since 1/10/1994" } ] }, "contact": [ { "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "code": "N", "display": "Next-of-Kin" }, { "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person", "code": "mother" } ] } ], "name": { "family": "Vogels", "given": [ "Leia" ] }, "telecom": [ { "system": "phone", "value": "+31201234567", "use": "mobile" } ] } ], "generalPractitioner": [ { "reference": "Practitioner/01" } ] }
Overview
Errors (1)
Warnings (0)
Messages (0)
exception
: CodedValidationException: Element 'div' with minimum cardinality 1 cannot be null. At Patient.text.div, line 12, position 14
Validated using the Validator Firely .NET SDK validator