{
  "resourceType" : "Organization",
  "id" : "ltc-organization-feeaudit-authority-example",
  "meta" : {
    "profile" : ["http://ltc-ig.fhir.tw/StructureDefinition/Organization-twltc"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ltc-organization-feeaudit-authority-example</b></p><a name=\"ltc-organization-feeaudit-authority-example\"> </a><a name=\"hcltc-organization-feeaudit-authority-example\"> </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-Organization-twltc.html\">長期照顧－機構</a></p></div><p><b>identifier</b>: Provider Number/65000\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: 新北市政府衛生局</p><p><b>telecom</b>: ph: 02-22577155(Work)</p><p><b>address</b>: 新北市板橋區英士路192之1號(work)</p></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PRN",
        "display" : "Provider Number"
      }]
    },
    "system" : "http://ltc-ig.fhir.tw/identifier/feeaudit/city-cd",
    "value" : "65000"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "govt",
      "display" : "Government"
    }]
  }],
  "name" : "新北市政府衛生局",
  "telecom" : [{
    "system" : "phone",
    "value" : "02-22577155",
    "use" : "work"
  }],
  "address" : [{
    "use" : "work",
    "type" : "physical",
    "text" : "新北市板橋區英士路192之1號",
    "line" : ["英士路192之1號"],
    "city" : "板橋區",
    "state" : "新北市",
    "postalCode" : "22054",
    "country" : "TW"
  }]
}