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

FHIR IG analytics

Packagehl7.fhir.it.base
Resource TypeOrganization
IdOrganization-nice-org.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Contacts

-Name
*Dott. Ivo Serbelloni Viendalmare

Source1

{
  "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"
      }
    }
  ]
}