STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: ExampleVet - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ExampleVet",
  "meta" : {
    "profile" : [
      🔗 "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleVet</b></p><a name=\"ExampleVet\"> </a><a name=\"hcExampleVet\"> </a><a name=\"ExampleVet-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-organization.html\">CSIRO STARS Organization Profile</a></p></div><p><b>identifier</b>: 710</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: Example Vet Services</p><p><b>alias</b>: ExampleVet</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td> </td><td> </td><td><a href=\"mailto:enquiries@example.org\">enquiries@example.org</a>, ph: 1300 374 731</td><td>Building 5 3 Baron-Hay Court Penola SA 5151 Australia </td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type BILL}\">Billing</span></td><td>John Smith </td><td><a href=\"mailto:john.smith@example.org\">john.smith@example.org</a>, ph: 08 1234 5678, fax: 08 5678 1234</td><td> </td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system REPORT}\">Report</span></td><td>Jane Doe </td><td><a href=\"mailto:jane.doe@example.org\">jane.doe@example.org</a>, ph: 08 1234 5679, fax: 08 5679 1234</td><td> </td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "710"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "govt"
        }
      ]
    }
  ],
  "name" : "Example Vet Services",
  "alias" : [
    "ExampleVet"
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "enquiries@example.org"
        },
        {
          "system" : "phone",
          "value" : "1300 374 731"
        }
      ],
      "address" : {
        "line" : [
          "Building 5",
          "3 Baron-Hay Court"
        ],
        "city" : "Penola",
        "state" : "SA",
        "postalCode" : "5151",
        "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@example.org"
        },
        {
          "system" : "phone",
          "value" : "08 1234 5678"
        },
        {
          "system" : "fax",
          "value" : "08 5678 1234"
        }
      ]
    },
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system",
            "code" : "REPORT"
          }
        ]
      },
      "name" : [
        {
          "family" : "Doe",
          "given" : [
            "Jane"
          ]
        }
      ],
      "telecom" : [
        {
          "system" : "email",
          "value" : "jane.doe@example.org"
        },
        {
          "system" : "phone",
          "value" : "08 1234 5679"
        },
        {
          "system" : "fax",
          "value" : "08 5679 1234"
        }
      ]
    }
  ]
}