Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex Organization full example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "full",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: full</p><p><b>identifier</b>: id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645</p><p><b>active</b>: true</p><p><b>name</b>: New Health Plan</p><p><b>telecom</b>: ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</p><p><b>address</b>: </p><ul><li>#1A 123 Some street, Some town, Canada </li><li>1003 Healthcare Drive Amherst MA 01002 USA </li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/identifiers/somesystem",
      "value" : "11223344"
    },
    {
      "system" : "urn:oid:2.16.840.1.113883.4.7",
      "value" : "11223344"
    },
    {
      "system" : "urn:oid:2.16.840.1.113883.4.4",
      "value" : "55566667"
    },
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "0123456789"
    },
    {
      "system" : "http://todo/medicare-certification-number",
      "value" : "918273645"
    }
  ],
  "active" : true,
  "name" : "New Health Plan",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-800-123-4567"
    },
    {
      "system" : "phone",
      "value" : "1-234-567-8901"
    },
    {
      "system" : "email",
      "value" : "info@newhealthplan.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "#1A 123 Some street, Some town, Canada"
      ]
    },
    {
      "line" : [
        "1003 Healthcare Drive"
      ],
      "city" : "Amherst",
      "state" : "MA",
      "postalCode" : "01002",
      "country" : "USA"
    }
  ]
}