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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-ade
Resource TypeOrganization
IdOrganization-organization-hospital-physician-group-example.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

Resource "organization-hospital-physician-group-example" Version "1" Updated "2020-12-24T15:44:43.706Z"

Information Source: #QNqacR8YkaVwX6t3!

Profile: US Core Organization Profile

identifier: id: 1144221847

active: true

type: Healthcare Provider (Organization type#prov)

name: Hospitalists of the World

telecom: ph: (+1) 734-677-7777, hq@hotw.org

address: 111 Any St. Denver CO 80204 USA


Source1

{
  "resourceType": "Organization",
  "id": "organization-hospital-physician-group-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-12-24T15:44:43.706+00:00",
    "source": "#QNqacR8YkaVwX6t3",
    "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"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Hospitalists of the World",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    },
    {
      "system": "email",
      "value": "hq@hotw.org"
    }
  ],
  "address": [
    {
      "line": [
        "111 Any St."
      ],
      "city": "Denver",
      "state": "CO",
      "postalCode": "80204",
      "country": "USA"
    }
  ]
}