STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: DPIRD - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "DPIRD",
  "meta" : {
    "profile" : [
      "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"DPIRD\"> </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 &quot;DPIRD&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-organization.html\">CSIRO STARS Organization Profile</a></p></div><p><b>identifier</b>: id:\u00a0710</p><p><b>active</b>: true</p><p><b>type</b>: Government <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#govt)</span></p><p><b>name</b>: DPRID - Diagnostics and Laboratory Services (DDLS)</p><p><b>alias</b>: Department of Primary Industries &amp; Regional Development</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"mailto:example@dpird.wa.gov.au\">example@dpird.wa.gov.au</a>, ph: 1300 374 731</p><p><b>address</b>: Department of Primary Industries and Regional Development (DPIRD) 3 Baron-Hay Court Perth WA 6151 Australia </p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#BILL)</span></p><p><b>name</b>: John Smith </p><p><b>telecom</b>: <a href=\"mailto:john.smith@dpird.wa.gov.au\">john.smith@dpird.wa.gov.au</a>, ph: 08 1234 5678, fax: 08 5678 1234</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legacy-contactentitytype-code-system.html\">STARS Legacy Contact Entity Type Code System</a>#REPORT)</span></p><p><b>name</b>: Jane Doe </p><p><b>telecom</b>: <a href=\"mailto:jane.doe@dpird.wa.gov.au\">jane.doe@dpird.wa.gov.au</a>, ph: 08 1234 5679, fax: 08 5679 1234</p></blockquote></div>"
  },
  "identifier" : [
    {
      "value" : "710"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "govt"
        }
      ]
    }
  ],
  "name" : "DPRID - Diagnostics and Laboratory Services (DDLS)",
  "alias" : [
    "Department of Primary Industries & Regional Development"
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "example@dpird.wa.gov.au"
        },
        {
          "system" : "phone",
          "value" : "1300 374 731"
        }
      ],
      "address" : {
        "line" : [
          "Department of Primary Industries and Regional Development (DPIRD)",
          "3 Baron-Hay Court"
        ],
        "city" : "Perth",
        "state" : "WA",
        "postalCode" : "6151",
        "country" : "Australia"
      }
    },
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code" : "BILL"
          }
        ]
      },
      "name" : {
        "family" : "Smith",
        "given" : [
          "John"
        ]
      },
      "telecom" : [
        {
          "system" : "email",
          "value" : "john.smith@dpird.wa.gov.au"
        },
        {
          "system" : "phone",
          "value" : "08 1234 5678"
        },
        {
          "system" : "fax",
          "value" : "08 5678 1234"
        }
      ]
    },
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system",
            "code" : "REPORT"
          }
        ]
      },
      "name" : {
        "family" : "Doe",
        "given" : [
          "Jane"
        ]
      },
      "telecom" : [
        {
          "system" : "email",
          "value" : "jane.doe@dpird.wa.gov.au"
        },
        {
          "system" : "phone",
          "value" : "08 1234 5679"
        },
        {
          "system" : "fax",
          "value" : "08 5679 1234"
        }
      ]
    }
  ]
}