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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypeOrganization
IdOrganization-1002.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "Organization-1002",
  "identifier": [
    {
      "use": "official",
      "system": "http://www.hl7.org/oid/",
      "value": "1.2.3.4.1002"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "TAX",
            "display": "Tax ID number"
          }
        ],
        "text": "US Employer Identification Number"
      },
      "system": "http://hl7.org/fhir/sid/us-tax",
      "value": "000001002"
    }
  ],
  "active": true,
  "type": [
    {
      "text": "General Acute Care Hospital"
    }
  ],
  "name": "Gift of Mercy Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "657-555-9543",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "565 S Rhine Street"
      ],
      "city": "Warren",
      "district": "Macomb County",
      "state": "MI",
      "postalCode": "48093"
    }
  ]
}