Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: External - Resource Example: Organization (Practice) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "37dc02b7-b49f-4198-a81b-7073593cb93d",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 37dc02b7-b49f-4198-a81b-7073593cb93d</b></p><a name=\"37dc02b7-b49f-4198-a81b-7073593cb93d\"> </a><a name=\"hc37dc02b7-b49f-4198-a81b-7073593cb93d\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://vendor.com/ab</code>/HOSP-12345\u00a0(use:\u00a0usual,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Mid Atlantic Retina</p><p><b>telecom</b>: ph: -unknown-</p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><blockquote><p><b>contact</b></p><p><b>name</b>: Venus Yardav (Official)</p><p><b>telecom</b>: ph: 8882704882(Work), fax: 8179974042(Work)</p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://vendor.com/ab",
      "value" : "HOSP-12345",
      "assigner" : {
        "display" : "AB Vendor"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Mid Atlantic Retina",
  "telecom" : [
    {
      "system" : "phone"
    }
  ],
  "address" : [
    {
      "line" : [
        "8 Ranoldo Terrace"
      ],
      "city" : "Cherry Hill",
      "state" : "NJ",
      "postalCode" : "08034",
      "country" : "US"
    }
  ],
  "contact" : [
    {
      "name" : {
        "use" : "official",
        "family" : "Yardav",
        "given" : [
          "Venus"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "8882704882",
          "use" : "work",
          "rank" : 1
        },
        {
          "system" : "fax",
          "value" : "8179974042",
          "use" : "work",
          "rank" : 2
        }
      ]
    }
  ]
}