Important: This is a draft IG for trial use. Click here to give feedback.
HDBP0037-Patient-01 example
{ "resourceType": "Patient", "id": "HDBP0037-Patient-01", "meta": { "profile": [ "https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient" ] }, "identifier": [ { "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin", "value": "41072100284" } ], "name": [ { "use": "official", "text": "Belle Ulijn", "family": "Ulijn", "_family": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", "valueString": "Ulijn" } ] }, "given": [ "Belle" ], "_given": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", "valueCode": "BR" } ] } ] } ], "telecom": [ { "system": "phone", "value": "+3247458497", "use": "mobile" }, { "system": "email", "value": "BelleUlijn@mail.be", "use": "home" } ], "gender": "female", "birthDate": "1941-07-21", "deceasedBoolean": false, "address": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/language", "valueCode": "nl" } ], "use": "home", "type": "both", "line": [ "Rue de Boneffe 422" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Rue de Boneffe" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "422" } ] } ], "city": "Opont", "postalCode": "6852", "country": "Belgium", "_country": { "extension": [ { "url": "https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification", "valueCodeableConcept": { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "BE", "display": "Belgium" } ] } } ] } } ], "multipleBirthBoolean": false }
<Patient xmlns="http://hl7.org/fhir"> <id value="HDBP0037-Patient-01" /> <meta> <profile value="https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient" /> </meta> <identifier> <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" /> <value value="41072100284" /> </identifier> <name> <use value="official" /> <text value="Belle Ulijn" /> <family value="Ulijn"> <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name"> <valueString value="Ulijn" /> </extension> </family> <given value="Belle"> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"> <valueCode value="BR" /> </extension> </given> </name> <telecom> <system value="phone" /> <value value="+3247458497" /> <use value="mobile" /> </telecom> <telecom> <system value="email" /> <value value="BelleUlijn@mail.be" /> <use value="home" /> </telecom> <gender value="female" /> <birthDate value="1941-07-21" /> <deceasedBoolean value="false" /> <address> <extension url="http://hl7.org/fhir/StructureDefinition/language"> <valueCode value="nl" /> </extension> <use value="home" /> <type value="both" /> <line value="Rue de Boneffe 422"> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> <valueString value="Rue de Boneffe" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"> <valueString value="422" /> </extension> </line> <city value="Opont" /> <postalCode value="6852" /> <country value="Belgium"> <extension url="https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification"> <valueCodeableConcept> <coding> <system value="urn:iso:std:iso:3166" /> <code value="BE" /> <display value="Belgium" /> </coding> </valueCodeableConcept> </extension> </country> </address> <multipleBirthBoolean value="false" /> </Patient>
Patient |
id : HDBP0037-Patient-01 |
meta |
profile : https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient |
identifier |
system : https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin |
value : 41072100284 |
name |
use : official |
text : Belle Ulijn |
family : Ulijn |
extension |
url : http://hl7.org/fhir/StructureDefinition/humanname-own-name |
value : Ulijn |
given : Belle |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier |
value : BR |
telecom |
system : phone |
value : +3247458497 |
use : mobile |
telecom |
system : email |
value : BelleUlijn@mail.be |
use : home |
gender : female |
birthDate : 1941-07-21 |
deceased : False |
address |
extension |
url : http://hl7.org/fhir/StructureDefinition/language |
value : nl |
use : home |
type : both |
line : Rue de Boneffe 422 |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName |
value : Rue de Boneffe |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber |
value : 422 |
city : Opont |
postalCode : 6852 |
country : Belgium |
extension |
url : https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification |
value |
coding |
system : urn:iso:std:iso:3166 |
code : BE |
display : Belgium |
multipleBirth : False |
Patient.id[0] | HDBP0037-Patient-01 |
Patient.meta[0].profile[0] | https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient |
Patient.identifier[0].system[0] | https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin |
Patient.identifier[0].value[0] | 41072100284 |
Patient.name[0].use[0] | official |
Patient.name[0].text[0] | Belle Ulijn |
Patient.name[0].family[0] | Ulijn |
Patient.name[0].family[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/humanname-own-name |
Patient.name[0].family[0].extension[0].value[0] | Ulijn |
Patient.name[0].given[0] | Belle |
Patient.name[0].given[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier |
Patient.name[0].given[0].extension[0].value[0] | BR |
Patient.telecom[0].system[0] | phone |
Patient.telecom[0].value[0] | +3247458497 |
Patient.telecom[0].use[0] | mobile |
Patient.telecom[1].system[0] | |
Patient.telecom[1].value[0] | BelleUlijn@mail.be |
Patient.telecom[1].use[0] | home |
Patient.gender[0] | female |
Patient.birthDate[0] | 1941-07-21 |
Patient.deceased[0] | False |
Patient.address[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/language |
Patient.address[0].extension[0].value[0] | nl |
Patient.address[0].use[0] | home |
Patient.address[0].type[0] | both |
Patient.address[0].line[0] | Rue de Boneffe 422 |
Patient.address[0].line[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName |
Patient.address[0].line[0].extension[0].value[0] | Rue de Boneffe |
Patient.address[0].line[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber |
Patient.address[0].line[0].extension[1].value[0] | 422 |
Patient.address[0].city[0] | Opont |
Patient.address[0].postalCode[0] | 6852 |
Patient.address[0].country[0] | Belgium |
Patient.address[0].country[0].extension[0].url[0] | https://fhir.healthdata.be/StructureDefinition/ext-CodeSpecification |
Patient.address[0].country[0].extension[0].value[0].coding[0].system[0] | urn:iso:std:iso:3166 |
Patient.address[0].country[0].extension[0].value[0].coding[0].code[0] | BE |
Patient.address[0].country[0].extension[0].value[0].coding[0].display[0] | Belgium |
Patient.multipleBirth[0] | False |