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

FHIR IG analytics

Packagehl7.fhir.us.directory-exchange
Resource TypeOrganization
IdOrganization-CancerClinic.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 "CancerClinic" Updated "2020-07-07 13:26:22+0000" (Language "en-US")

Profile: National Directory Organization

identifier: id: NPI788

active: true

type: Facility (Organization Type Code System#fac)

name: Hamilton Clinic

telecom: ph: (111)-222-3333, https://www.Hospital.com

address: 123 Main Street Anytown CT 00014-1234

Contacts

-Telecom
*ph: (111)-222-3333

Source1

{
  "resourceType": "Organization",
  "id": "CancerClinic",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Organization"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "NPI788"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgTypeCS",
          "code": "fac",
          "display": "Facility"
        }
      ]
    }
  ],
  "name": "Hamilton Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "(111)-222-3333",
      "rank": 2
    },
    {
      "system": "url",
      "value": "https://www.Hospital.com",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "123 Main Street"
      ],
      "city": "Anytown",
      "state": "CT",
      "postalCode": "00014-1234"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(111)-222-3333",
          "rank": 1
        }
      ]
    }
  ]
}