Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: PRovider Organization Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "2",
  "meta" : {
    "versionId" : "1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Organization</div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.3.19.2.3",
      "value" : "666666"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "dept",
          "display" : "Hospital Department"
        }
      ]
    }
  ],
  "name" : "Burgers UMC Cardiology unit",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "022-655 2320"
    }
  ],
  "address" : [
    {
      "line" : [
        "South Wing, floor 2"
      ]
    }
  ],
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code" : "ADMIN"
          }
        ]
      },
      "name" : {
        "text" : "mevr. D. de Haan"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "022-655 2321"
        },
        {
          "system" : "email",
          "value" : "cardio@burgersumc.nl"
        },
        {
          "system" : "fax",
          "value" : "022-655 2322"
        }
      ],
      "address" : {
        "line" : [
          "South Wing, floor 2"
        ]
      }
    }
  ]
}