Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Doctor Facility Organization Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Example2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-en-US\"> </a><p><b>identifier</b>: Organization identifier/DF-3</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: River Oaks</p><p><b>telecom</b>: ph: 2146622000(Work), fax: 2146622189</p><p><b>address</b>: 3790 W. First St Dallas TX 75248 </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX",
            "display" : "Organization identifier"
          }
        ],
        "text" : "Organization identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/Training",
      "value" : "DF-3"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Healthcare Provider"
    }
  ],
  "name" : "River Oaks",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "2146622000",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "2146622189"
    }
  ],
  "address" : [
    {
      "line" : [
        "3790 W. First St"
      ],
      "city" : "Dallas",
      "state" : "TX",
      "postalCode" : "75248"
    }
  ]
}