{

"resourceType": "Organization",
"id": "hl7",
"name": "Health Level Seven International",
"alias": [
  "HL7 International"
],
"telecom": [
  {
    "system": "phone",
    "value": "(+1) 734-677-7777"
  },
  {
    "system": "fax",
    "value": "(+1) 734-677-6622"
  },
  {
    "system": "email",
    "value": "hq@HL7.org"
  }
],
"address": [
  {
    "line": [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city": "Ann Arbor",
    "state": "MI",
    "postalCode": "48104",
    "country": "USA"
  }
],
"endpoint": [
  {
    "reference": "Endpoint/example"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}