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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeOrganization
IdOrganization-Example-Smith-Johnson-OrganizationCustodian1.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-Smith-Johnson-OrganizationCustodian1

identifier: United States National Provider Identifier/1234567893

active: true

name: example.org

telecom: +1(202)776-7700

address: 740 E. Campbell Rd. Suite 825 Richardson TX 75081 US


Source1

{
  "resourceType": "Organization",
  "id": "Example-Smith-Johnson-OrganizationCustodian1",
  "meta": {
    "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": "1234567893"
    }
  ],
  "active": true,
  "name": "example.org",
  "telecom": [
    {
      "system": "phone",
      "value": "+1(202)776-7700",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "740 E. Campbell Rd. Suite 825"
      ],
      "city": "Richardson",
      "state": "TX",
      "postalCode": "75081",
      "country": "US"
    }
  ]
}