FHIR IG analytics| Package | hl7.fhir.it.base |
| Resource Type | Organization |
| Id | Organization-nice-org.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organizzazione nice-org
identifier: http://example.org/identificativo/12345
active: true
name: Fantastica Azienda
telecom: ph: tel:+39 123 456 7890(Mobile), mailto:info@nice-org.it
address: 1, Piazza Signoria Firenze 50100 IT
| Name |
| Dott. Ivo Serbelloni Viendalmare |
{
"resourceType": "Organization",
"id": "nice-org",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identificativo",
"value": "12345"
}
],
"active": true,
"name": "Fantastica Azienda",
"telecom": [
{
"system": "phone",
"value": "tel:+39 123 456 7890",
"use": "mobile"
},
{
"system": "email",
"value": "mailto:info@nice-org.it",
"use": "work"
}
],
"address": [
{
"line": [
"1, Piazza Signoria"
],
"city": "Firenze",
"postalCode": "50100",
"country": "IT"
}
],
"contact": [
{
"name": {
"text": "Dott. Ivo Serbelloni Viendalmare"
}
}
]
}