FHIR IG analytics| Package | hl7.eu.fhir.xpandh.hdr |
| Resource Type | Patient |
| Id | Patient-example-it-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-it-1
DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#LGHDNT71E01D612Q)
| Active: | true | ||
| Contact Detail |
| ||
| Contact: |
| ||
| Patient Birth Place | Italia | ||
{
"resourceType": "Patient",
"id": "example-it-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"country": "Italia",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "http://terminology.hl7.it/CodeSystem/mef-ae-comuni",
"code": "F979",
"display": "NUORO"
}
}
]
}
}
}
],
"identifier": [
{
"system": "http://hl7.it/sid/codiceFiscale",
"value": "LGHDNT71E01D612Q"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "ALIGHIERI",
"given": [
"DANTE"
]
}
],
"gender": "male",
"birthDate": "1971-05-01",
"address": [
{
"use": "home",
"type": "postal",
"text": "Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia",
"line": [
"Viale della Repubblica 12, scala 2"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Viale della Repubblica"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
"valueString": "VIALE"
},
{
"url": "http://hl7.it/fhir/StructureDefinition/address-dug",
"valueCodeableConcept": {
"coding": [
{
"system": "http://registry.geodati.gov.it/dug",
"code": "76",
"display": "viale"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase",
"valueString": "DELLA REPUBBLICA"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "12"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
"valueString": "scala 2"
}
]
}
],
"city": "PANTIGLIATE",
"postalCode": "20090",
"country": "Italia"
},
{
"use": "home",
"type": "postal",
"text": "Via Capitolina 27 - interno 5b - 34131 - TRIESTE",
"line": [
"Via Capitolina 27 - interno 5b"
],
"city": "TRIESTE",
"postalCode": "34131",
"country": "Italia",
"period": {
"start": "2009-06-09T00:00:00+02:00"
}
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "33312345678"
}
]
}
]
}