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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeOrganization
IdOrganization-NPITest.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

Resource Organization "NPITest" Version "3" Updated "2021-04-13 13:50:35+0000"

identifier: id: 1407071236, id: 1578003984, id: 1245576024

active: true

type: Healthcare Provider (Organization type#prov)

name: St Michael Multi-Specialty Clinic

telecom: ph: (+1) 913-666-7777, customer-service@St-Michael-Multi-specialty-clinic.org

address: 6666 135th St, Suite 227 Overland Park KS 66223 USA


Source1

{
  "resourceType": "Organization",
  "id": "NPITest",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-04-13T13:50:35.821Z"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1407071236"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1578003984"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1245576024"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "St Michael Multi-Specialty Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 913-666-7777"
    },
    {
      "system": "email",
      "value": "customer-service@St-Michael-Multi-specialty-clinic.org"
    }
  ],
  "address": [
    {
      "line": [
        "6666 135th St, Suite 227"
      ],
      "city": "Overland Park",
      "state": "KS",
      "postalCode": "66223",
      "country": "USA"
    }
  ]
}