{
  "resourceType": "Location",
  "id": "metro-specialist-services-group-qld-hospital",
  "meta": {
    "profile": [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"metro-specialist-services-group-qld-hospital\"> </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 Location \"metro-specialist-services-group-qld-hospital\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-location-core-1.html\">ADHA Core Location</a></p></div><p><b>identifier</b>: LSPN: 184333</p><p><b>status</b>: active</p><p><b>name</b>: Metropolitan Specialist Services Group QLD Hospital</p><p><b>mode</b>: instance</p><p><b>type</b>: Gastroenterology diagnostics or therapeutics lab <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#GIDX; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#702859005 \"Gastroenterology clinic\")</span>, Cardiovascular diagnostics or therapeutics unit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#CVDX; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#185920002 \"Cardiovascular clinic\")</span>, Radiology diagnostics or therapeutics unit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#RADDX)</span></p><p><b>telecom</b>: <a href=\"mailto:info@metrospeicalistservicesgroup.example.com\">info@metrospeicalistservicesgroup.example.com</a>, ph: (07) 5550 2637(WORK), fax: (07) 5550 2638(WORK)</p><p><b>address</b>: Suite 52, Ground Level, Building 33 54301 Stanley St South Brisbane QLD 4101 AU </p><p><b>managingOrganization</b>: <a href=\"Organization-metro-specialist-services-group.html\">Organization/metro-specialist-services-group</a> \"Metropolitan Specialist Services Group\"</p><p><b>partOf</b>: <a href=\"Location-qld-hospital.html\">Location/qld-hospital</a> \"QLD Hospital\"</p></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "LSPN",
            "display": "Location Specific Practice Number"
          }
        ],
        "text": "LSPN"
      },
      "system": "http://ns.electronichealth.net.au/id/location-specific-practice-number",
      "value": "184333"
    }
  ],
  "status": "active",
  "name": "Metropolitan Specialist Services Group QLD Hospital",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "GIDX",
          "display": "Gastroenterology diagnostics or therapeutics lab"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "702859005",
          "display": "Gastroenterology clinic"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "CVDX",
          "display": "Cardiovascular diagnostics or therapeutics unit"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "185920002",
          "display": "Cardiovascular clinic"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "RADDX",
          "display": "Radiology diagnostics or therapeutics unit"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "info@metrospeicalistservicesgroup.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(07) 5550 2637",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "(07) 5550 2638",
      "use": "work"
    }
  ],
  "address": {
    "line": [
      "Suite 52, Ground Level, Building 33",
      "54301 Stanley St"
    ],
    "city": "South Brisbane",
    "state": "QLD",
    "postalCode": "4101",
    "country": "AU"
  },
  "managingOrganization": {
    "reference": "Organization/metro-specialist-services-group"
  },
  "partOf": {
    "reference": "Location/qld-hospital"
  }
}