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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypeOrganization
IdOrganization-provider2a.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

ResourceOrganization "provider2a" Version"1" Updated"2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: US Core Organization Profile

identifier: United States National Provider Identifier/1144221847, Clinical Laboratory Improvement Amendments/12D4567890

active: true

name: The Transporter, Inc.

telecom: ph: (210) 555 1313

address: 111 Business Street, San Antonio, TX 78212


Source1

{
  "resourceType": "Organization",
  "id": "provider2a",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-03T10:16:03.512-04:00",
    "source": "#KZ0jzPjXDrhCiMif",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1144221847"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.4.7",
      "value": "12D4567890"
    }
  ],
  "active": true,
  "name": "The Transporter, Inc.",
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 1313"
    }
  ],
  "address": [
    {
      "text": "111 Business Street, San Antonio, TX 78212"
    }
  ]
}