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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeOrganization
IdOrganization-example1.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 example1

Language: en

Profile: QICore Organization

identifier: United States National Provider Identifier/1285243618 (use: temp, )

active: true

type: Healthcare Provider

name: HENDRICKS COUNTY HOSPITAL

telecom: ph: (+1) 712-456-7777, fax: (+1) 712-456-6622, staff@countyhospital.org

address: 3300 Washtenaw Avenue, Suite 227 Avon IN 46123 USA


Source1

{
  "resourceType": "Organization",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1285243618"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "HENDRICKS COUNTY HOSPITAL",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 712-456-7777"
    },
    {
      "system": "fax",
      "value": "(+1) 712-456-6622"
    },
    {
      "system": "email",
      "value": "staff@countyhospital.org"
    }
  ],
  "address": [
    {
      "line": [
        "3300 Washtenaw Avenue, Suite 227"
      ],
      "city": "Avon",
      "state": "IN",
      "postalCode": "46123",
      "country": "USA"
    }
  ]
}