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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd
Resource TypeOrganization
IdOrganization-example.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: Organization example

Language: en

identifier: United States National Provider Identifier/1234567893

active: true

name: University Medical Center

telecom: +1 555 234 3523, info@acme.org

address: Galapagosweg 91 San Francisco CA 94107 US (work)


Source1

{
  "resourceType": "Organization",
  "id": "example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893"
    }
  ],
  "active": true,
  "name": "University Medical Center",
  "telecom": [
    {
      "system": "phone",
      "value": "+1 555 234 3523",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@acme.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Galapagosweg 91"
      ],
      "city": "San Francisco",
      "state": "CA",
      "postalCode": "94107",
      "country": "US"
    }
  ]
}