FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: OrganizationComplete - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "OrganizationComplete",
  "meta" : {
    "profile" : [
      "http://dhs.nj.gov/njsams/StructureDefinition/NJSAMSOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"OrganizationComplete\"> </a></p><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\">Resource Organization \"OrganizationComplete\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NJSAMSOrganization.html\">NJSAMSOrganization</a></p></div><p><b>identifier</b>: id: 12345, id: abcd-6789</p><p><b>active</b>: true</p><p><b>name</b>: Dasie Test Agency</p><p><b>telecom</b>: ph: 123-456-7890</p><p><b>address</b>: 1234 Seasame Street Trenton NJ 01239 </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Name</b></td></tr><tr><td>*</td><td></td><td>John Doe</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://dhs.nj.gov/njsams/agency-id",
      "value" : "12345"
    },
    {
      "system" : "http://dhs.nj.gov/njsams/federal-id",
      "value" : "abcd-6789"
    }
  ],
  "active" : true,
  "name" : "Dasie Test Agency",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "123-456-7890"
    }
  ],
  "address" : [
    {
      "line" : [
        "1234 Seasame Street"
      ],
      "city" : "Trenton",
      "district" : "Mercer",
      "state" : "NJ",
      "postalCode" : "01239"
    }
  ],
  "contact" : [
    {
      "extension" : [
        {
          "url" : "http://dhs.nj.gov/njsams/StructureDefinition/ContactJobTitle",
          "valueString" : "Director"
        }
      ],
      "name" : {
        "text" : "John Doe"
      }
    }
  ]
}