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 - SOT Organization example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "45cf0b29-8c1d-4882-91e1-00bc28c06a52",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"45cf0b29-8c1d-4882-91e1-00bc28c06a52\"> </a><a name=\"hc45cf0b29-8c1d-4882-91e1-00bc28c06a52\"> </a></p><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\">ResourceOrganization &quot;45cf0b29-8c1d-4882-91e1-00bc28c06a52&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://SOT.com/ab</code>/Infusion Site Id\u00a0(use:\u00a0usual)</p><p><b>type</b>: Site of Treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html\">Organization type</a>#other)</span></p><p><b>name</b>: Infusion Centre</p><p><b>telecom</b>: ph: 8882704882(WORK), fax: 8179974042(WORK)</p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Venus Yardav (Official)</td><td>ph: -unknown-</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://SOT.com/ab",
      "value" : "Infusion Site Id",
      "assigner" : {
        "display" : "Site of Treatment/Infusion Centre Name"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "other",
          "display" : "Site of Treatment"
        }
      ],
      "text" : "Site of Treatment"
    }
  ],
  "name" : "Infusion Centre",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "8882704882",
      "use" : "work",
      "rank" : 1
    },
    {
      "system" : "fax",
      "value" : "8179974042",
      "use" : "work",
      "rank" : 2
    }
  ],
  "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"
        }
      ]
    }
  ]
}