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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeOrganization
IdOrganization-example-organization-2.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-organization-2

Profile: US Core Organization Profile version: 9.0.0

identifier: United States National Provider Identifier/1407071236, http://example.org/fhir/sid/us-tin/121111111

active: true

type: Healthcare Provider

name: Acme Clinic

telecom: ph: (+1) 734-677-7777, customer-service@acme-clinic.org

address: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "example-organization-2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1407071236"
    },
    {
      "system": "http://example.org/fhir/sid/us-tin",
      "value": "121111111"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Acme Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    },
    {
      "system": "email",
      "value": "customer-service@acme-clinic.org"
    }
  ],
  "address": [
    {
      "line": [
        "3300 WASHTENAW AVE STE 227"
      ],
      "city": "AMHERST",
      "state": "MA",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}